Skip to content

Releases: linemanjs/lineman

0.13.1

13 Sep 17:27
Compare
Choose a tag to compare
  • Expose fileUtils functions that Lineman uses (just for fun, please don't count on this for anything too important) require('lineman').lib.fileUtils

0.13.0

13 Sep 13:22
Compare
Choose a tag to compare
  • Update all of Lineman's dependencies to latest

0.12.5

13 Sep 13:23
Compare
Choose a tag to compare
  • Upgrade jasmine-given to latest

0.12.3

05 Sep 21:35
Compare
Choose a tag to compare
  • fixes a small bug in express.bodyParser middleware, linemans server task now properly allows for the harmonious dual existence of both stubbed and apiProxy'd endpoints :)

0.12.2

13 Sep 13:23
Compare
Choose a tag to compare
  • Fix bodyParser() usage in the server task. Again.

0.12.1

19 Aug 21:10
Compare
Choose a tag to compare
  • In the interest of backwards-compatibility with older projects, sets the default pages context up with static js & css file locations (so that projects don't suddenly break with white screens upon upgrading lineman)

0.12.0

17 Aug 16:49
Compare
Choose a tag to compare

New features:

  • lineman config - a new CLI action to interrogate the application configuration. This can be handy for branching in scripts based on a Lineman app's configuration. For example lineman config enableSass will print "true" or "false", while lineman config watch.pages.files[1] might print app/templates/homepage.us
  • Chainable commands - the CLI commands can now be chained. For example, you may run lineman clean build to perform a clean and build sequentially. You might also save yourself some cleanup in CI by running lineman clean spec-ci clean.

Bug fixes:

  • The help output is now printed if the user enters lineman with nothing else on the command line.
  • lineman grunt no longer blows up if no additional arguments are set.

Trivia:

  • The "configure" task has finally been removed.

0.11.6

14 Jul 14:22
Compare
Choose a tag to compare
  • Switches out node.extend (which merges arrays surprisingly) to config-extend, which doesn't. (via @jasonkarns)
  • Uses the grunt config interpolation for destination files in each task's configuration (via @jasonkarns)

0.11.5

14 Jul 14:20
Compare
Choose a tag to compare
  • Upgrades the archetype's version of jasmine-only to include iit and ``ddescribe` aliases cc/@vojtajina

0.11.4

12 Jul 13:16
Compare
Choose a tag to compare