Skip to content

0.2.1

Compare
Choose a tag to compare
@bjouhier bjouhier released this 21 Sep 17:11
· 956 commits to master since this release

Mostly small bug fixes but the windows version
was a bit broken and should be in better shape now.

  • Repaired the automatic compilation (node foo.js) on windows.
  • Added bin/node-streamline.cmd and bin/coffee-streamline.cmd for
    windows.
  • Fixed a bug with fn.call(obj, _) in fibers mode.
  • Reenabled an optimization in fibers transform that I had left
    disabled by mistake.
  • Improved narcissus to get line numbers on syntax errors.
  • fixed a bug in the streams read method.
  • fixed strict mode for client-side require.
  • fixed docTool on windows.

I'm doing most of my work on mac and with Javascript. So there may
still be some "environmental" issues on windows and coffeescript but
the basics should work now. Don't hesitate to file an issue if you
find something that does not work.