Skip to content

Releases: drewdecarme/buttery-tools

@buttery/[email protected]

04 Nov 16:42
b275b28
Compare
Choose a tag to compare

Patch Changes

@buttery/[email protected]

04 Nov 16:42
b275b28
Compare
Choose a tag to compare

Patch Changes

@buttery/[email protected]

04 Nov 16:42
b275b28
Compare
Choose a tag to compare

Patch Changes

  • d8f4a0d: Changes all internal cross-references to exact references upon npm publish

@buttery/[email protected]

04 Nov 16:42
b275b28
Compare
Choose a tag to compare

Patch Changes

@buttery/[email protected]

04 Nov 16:42
b275b28
Compare
Choose a tag to compare

Patch Changes

@buttery/[email protected]

04 Nov 16:42
b275b28
Compare
Choose a tag to compare

Patch Changes

@buttery/[email protected]

04 Nov 16:42
b275b28
Compare
Choose a tag to compare

Patch Changes

@buttery/[email protected]

04 Nov 16:41
b275b28
Compare
Choose a tag to compare

Patch Changes

@buttery/[email protected]

04 Nov 16:41
b275b28
Compare
Choose a tag to compare

Patch Changes

  • d8f4a0d: Changes all internal cross-references to exact references upon npm publish

@buttery/[email protected]

31 Oct 10:55
Compare
Choose a tag to compare

Minor Changes

  • 61f5b2e: Re-architects the repository to become a modular focused repo

    This changeset does a good deal of architecting to break the modules back out into their own packages. This ensures that all functionality associated with that particular tool is kept local to that package. A new package called @buttery/core has been added to easily distribute core modules to each of the @buttery/tools. These tools then use the core module to transpile, build, and distribute the local scripts externally.

    Another package called @buttery/cli has been created that should be installed alongside of whatever tool is desired to use. This ensures that we're not downloading too many dependencies and makes the CLI modules opt-in rather than a "nuts and bolts" approach.