Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Releases: lysyi3m/npmdc

0.5.1

08 Jun 10:45
Compare
Choose a tag to compare
  • Fix bug with server detection (always include Railtie in Rails)

v0.5.0

07 Jun 16:52
Compare
Choose a tag to compare
  • Added support for checking scoped npm modules (Thanks to @psdcoder !)

  • npmdc now starts only with rails server when using Rails (Thanks to @iskvmk !)

v0.4.1

07 Jun 16:45
Compare
Choose a tag to compare
  • Fixed unexpected behavior when node_modules contains extra folders w/o package.json file inside.

v0.4.0

17 Jan 11:31
Compare
Choose a tag to compare
  • Added support for "non-version" strings defined as packages version
  • Added output warnings for unprocessable cases

Thanks to @sponomarev !

  • Added abort_on_failure option

v0.3.2

27 Dec 12:59
Compare
Choose a tag to compare

Thanks to @sponomarev !

  • Added support for environment-based configuration

v0.3.1

19 Dec 07:57
Compare
Choose a tag to compare

Thanks to @palkan !

  • Added support for Ruby >= 2.1 and Rails 3.2

v0.3.0

19 Dec 07:57
Compare
Choose a tag to compare
  • Added new version check functionality
  • Added specs for version check

v0.2.5

06 Dec 14:40
Compare
Choose a tag to compare

Thanks to @aderyabin !

  • Added new types option
  • Added specs for 'short' formatter

v0.2.4

06 Dec 14:39
Compare
Choose a tag to compare
  • Fixed Rails integration
  • Fixed options handling from config

v0.2.3

05 Dec 17:57
Compare
Choose a tag to compare

Thanks to @palkan !

  • Improved Rails integration
  • Add Rails integration specs
  • Minor improvemnts