Skip to content

Releases: rocjs/roc

v1.0.0-rc.23

07 Aug 08:23
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.0.0-rc.17 Pre-release
Pre-release

Features

v1.0.0-rc.16

06 Dec 14:41
Compare
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
Compare
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
Compare
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