Skip to content

Releases: haeric/bailey.js

0.0.17

28 Apr 21:32

Choose a tag to compare

  • Add "use strict" to node compiler target
  • Add setting of constructor when extending a class
  • Add istanbul ignore next above not new check
  • Add jshint and jscs check
  • Speed up parsing by ignoring node_modules
  • Docs: Add in browser parsing in try-it-yourself

0.0.16

10 Apr 12:25

Choose a tag to compare

  • Named functions: If a function is assigned to a var/object with a name on creation, assign that name to the function so it's easier to debug.
  • Timing date for compiling files (mostly for compiler debug)
  • Bugfix: --stdio did not work

0.0.14

22 Sep 06:55

Choose a tag to compare

  • New syntax: for key, value of object
  • for key of object has changed semantics to for value of object
  • Browser version of the parser: build/bailey.js. Import the file with require, or if you are not using require, the parser is available with the global bailey.parser.
  • Bug: Style warnings should actually work
  • Bug: function parameters starting with int would mess up
  • Bug: Comments over imports now have a newline after them
  • Bug: Allow dashes in main module when subimporting
  • More/better docs and tests!
  • "Try it out" live compiling on the site

0.0.13

02 Aug 08:38

Choose a tag to compare

0.0.13

0.0.12

27 Jul 22:18

Choose a tag to compare

0.0.12

0.0.11

27 Jul 22:18

Choose a tag to compare

0.0.11

0.0.10

26 Jun 05:52

Choose a tag to compare

0.0.10

0.0.9

06 Jun 08:06

Choose a tag to compare

0.0.9

0.0.8

22 May 06:04

Choose a tag to compare

0.0.8