Skip to content

Releases: baumrock/RockDevTools

v1.6.0

02 Aug 11:55

Choose a tag to compare

Features

  • add checkbox for debugging asset tools (6dcef54)
  • add livereload debugging / info tool (044d5f6)
  • add minify flag to disable JS minification during development (1616fb3)
  • add minify option to LESS/CSS compiler (6ce67dc)
  • allow custom root path (aa17393)
  • improve isNewer and add ChangeInfo class (c5516b8)

Bug Fixes

  • filter broken due to rename (d8f865a)
  • livereload issue on nginx servers (2bcc834)
  • livereload only working if config->livereload is present (ae7c649)
  • prevent filemtime warning (bbc9d11)
  • remove call to rockdevtools()->toPath() (71e9fbb)
  • support livereload with /public setup (e6d24ce)

v1.5.0

02 Jul 13:44

Choose a tag to compare

Features

  • add hookable method to disable livereload via callback (4e645b3)
  • add sourceMap feature (e4cf325)

v1.4.2

01 Jun 15:28

Choose a tag to compare

Bug Fixes

  • make scripttag public (for ajax endpoints) (4042708)

v1.4.1

31 Mar 17:36

Choose a tag to compare

Bug Fixes

  • SCSS Compiler throws an error when you only have one scss file #3 (198918c)

v1.4.0

12 Mar 15:01

Choose a tag to compare

Features

  • bump version (add support for SCSS) (635ba5c)

v1.3.3

23 Feb 15:42

Choose a tag to compare

Bug Fixes

  • remove orphan line of minifier (df90602)

v1.3.2

23 Feb 14:10

Choose a tag to compare

Bug Fixes

  • prevent double-minification of js assets (d589763)

v1.3.1

20 Feb 12:36

Choose a tag to compare

Bug Fixes

  • remove semicolon to support margin: x y syntax (dfee1d6)

v1.3.0

05 Feb 18:21

Choose a tag to compare

Features

  • improve livereload watchlist (c309bad)

Bug Fixes

  • custom breakpoints for grow/shrink not working (3ac8c80)

v1.2.0

04 Feb 21:25

Choose a tag to compare

Features

  • add grow(), shrink() and pxrem features 😎 (4120d15)