Sha256: 70b1a251adf1b240627775c2f6c2b4f3c68e070f7708c788a61013b602a31deb
Contents?: true
Size: 1.64 KB
Versions: 1
Compression:
Stored size: 1.64 KB
Contents
# Changelog ## v0.5.1 * Make sure we error out if an identifier is requested from a CoffeeScript file and there is none present. ## v0.5.0 * Added (currently undocumented) `transform_options` argument to `Processor`. * Removed undocumented babelrc configuration method. ## v0.4.0 * Added `Sprockets::Commoner::Processor.unregister` method to remove the processor. ## v0.3.0 * Added `Sprockets::Commoner::Processor.configure` method to simplify setup. ## v0.2.8 * Modified the `cache_key` method of processor to not spin up a node process, but instead read the package.json directly. ## v0.2.7 * Upgrade vendored `browser-resolve` to latest version to ensure compatibility with Node v6. ## v0.2.6 * Make sure we don't rename a bound file if the same file is required multiple times. Fixes [#19](https://github.com/Shopify/sprockets-commoner/issues/19). ## v0.2.5 * Add `cache_key` to processor to make sure we bust the cache when processor config changes. ## v0.2.4 * Enable completely optimizing away empty module definitions. ## v0.2.3 * Only avoid imports that won't be processed by Commoner if we actually use the module. ## v0.2.2 * Don't cache Babel output as this can lead to bugs. * Avoid imports of files that won't be processed by Commoner, to defend against bugs. * Exclude vendor/bundle by default. ## v0.2.1 * Fix bug with `browser` field stubbing out modules. * Add support for requiring CoffeeScript files that don't define any globals. ## v0.2.0 * Add support for requiring JSON files. ## v0.1.3 * Backport fixes from v0.2.3 ## v0.1.2 * Backport fixes from v0.2.2 ## v0.1.1 * Backport fixes from v0.2.1. ## v0.1.0 * Initial version.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sprockets-commoner-0.5.1 | CHANGELOG.md |