Skip to content

Releases: rocjs/roc

v1.0.0-rc.23

07 Aug 08:23

Choose a tag to compare

v1.0.0-rc.23 Pre-release
Pre-release

Fixes

  • Solved an issue when using the context in if_eq and unless_eq for templates — #189 by @kjarmicki

v1.0.0-rc.22

02 Aug 09:32

Choose a tag to compare

v1.0.0-rc.22 Pre-release
Pre-release

Fixes

  • Provide previous answers to the templating system, matching Inquirer — #188 by @kjarmicki

v1.0.0-rc.21

12 Jul 07:33

Choose a tag to compare

v1.0.0-rc.21 Pre-release
Pre-release

Fixes

  • Fixed issue where some templates were not found — #186 by @dlmr

v1.0.0-rc.20

10 May 12:50

Choose a tag to compare

v1.0.0-rc.20 Pre-release
Pre-release

Fixes

  • Fixed a problem where the Roc resolving would sometimes fail — #173 by @dlmr
  • Removed consolidate to fix a problem with a dependency collision — #171 by @kjarmicki

v1.0.0-rc.19

05 Apr 14:18

Choose a tag to compare

v1.0.0-rc.19 Pre-release
Pre-release

Fixes

  • Fixes problem in previous release where some templates would fail when using init or new#166 by @dlmr

v1.0.0-rc.18

05 Apr 13:51

Choose a tag to compare

v1.0.0-rc.18 Pre-release
Pre-release

Breaking

  • Changed third argument in Roc resolver, should now be an option object* — #165 by @dlmr

* Does not affect projects.

Features

  • Made package.json for template optional — #160 by @kjarmicki
  • Added new data alternative to templates — #163 by @kjarmicki
  • Added an async resolver, in addition to the existing sync — #165 by @dlmr
  • Made it possible to define a custom resolver that should be used in the Roc resolver — #165 by @dlmr

Fixes

  • Solved a bug where some project directories names could cause problems — #165 by @dlmr

v1.0.0-rc.17

06 Feb 15:32

Choose a tag to compare

v1.0.0-rc.17 Pre-release
Pre-release

Features

v1.0.0-rc.16

06 Dec 14:41

Choose a tag to compare

v1.0.0-rc.16 Pre-release
Pre-release

Fixes

  • Solves a problem when installing some templates with non URL-safe characters — #153 by @dlmr

v1.0.0-rc.15

22 Nov 15:11

Choose a tag to compare

v1.0.0-rc.15 Pre-release
Pre-release

Breaking

  • Changed the opt-out character from _ to #. — #151 by @dlmr

v1.0.0-rc.12

05 Oct 11:03

Choose a tag to compare

v1.0.0-rc.12 Pre-release
Pre-release

Features

  • Now possible to get previousValue from the third function in the action chain. #133

Fixes

  • Fixed some problems related to config.project in projects. #127