Sha256: 88126c09b2e5a3283797436ff9fcf786f9dcb84327b533fa7ecf3a0353143578

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

# Changelog

## 2.0.0 (current release)

* Make the `version_whitelisted_license` option to apply to Bower components.
  This is a breaking change since current manifests with whitelisted licenses
  need to be updated to remove the version from their name in the manifest.

## 1.4.0

* Add `config.whitelist_javascript_paths`, a list of paths to exclude from
  JavaScript/CoffeeScript license validation. This is useful if you have
  subdirectories that include build dependencies that won't get shipped to your
  production environment. For example:

  ```ruby
  config.whitelist_javascript_paths << File.join('public', 'javascripts', 'node_modules')
  ```

### 1.3.2

* Add support for CoffeeScript files in your manifest (simply add them to the javascripts list)
* Fix an issue with `papers --generate` erroring out

### 1.3.1

* The previous gem binary was accidentally built without the NPM dependency
  management that was supposed to be included in 1.3.0. Sorry.

## 1.3.0

* Papers now validates NPM packages. This is useful if, for example, you have a
  Rails application that includes a JavaScript app (Ember.js, Angular.js, etc.)

## 1.2.0

* Add a configuration option, `version_whitelisted_license`. When used, it will
  cause gems with a specific license to _ignore versions_. This means that, for
  internally written gems, you don't have to specify a version and repeatedly
  update the license manifest as the gem updates.

## 1.1.0

* Add support for validating the licenses of Bower components (thanks to [@Aughr](https://github.com/aughr))

## 1.0.0 (Initial Release)

* Initial release of Papers. Support for validating the licenses of:
  * Ruby Gems
  * Javascript libraries and files

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
papers-2.0.0 CHANGELOG.md