8000 Tags · pro3d/haml-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pro3d/haml-js

Tags

v0.2.5

Toggle v0.2.5's commit message
Update the changelog.

v0.2.4

Toggle v0.2.4's commit message
Fix a nasty typo.

v0.2.3

Toggle v0.2.3's commit message
Update the package.json file

v0.2.2

Toggle v0.2.2's commit message
v0.2.2 - Bug fixes

Fixed two issues where the parser incorrectly parsed blank lines and extra spaces in attribute blocks.

v0.2.1

Toggle v0.2.1's commit message
v0.2.1 Minor speed tweak

`Haml()` now caches the eval step so that there is no eval in executing a compiled template.  This should make things a bit faster.

v0.2.0

Toggle v0.2.0's commit message
Add an entry in the changelog.

0.1.2

Toggle 0.1.2's commit message
0.1.2 Release - Bug fixes, plugin aliases, CommonJS, and more...

This is a big release with many improvements.  First haml-js is now a CommonJS module and is in the Tusk repository.  Thanks to Tom Robinson for helping with that.  Some of the plugins got aliases for people who didn't like the original name.  For example, you can now do `:javascript` instead of `:script` and `:for` instead of `:each`.  There were many bug fixes now that the code is starting to be actually used by myself and others.

0.1.1

Toggle 0.1.1's commit message
0.1.1 release - Add :css and :script plugins

  Added two quick plugins that make working with javascript and css much easier.

0.1.0

Toggle 0.1.0's commit message
Release version 0.1.0 - Complete Rewrite

   Rewrote the compiler to be recursive and compile to JavaScript code instead of JSON data structures.  This fixes all the outstanding bugs and simplifies the code.  Pending is restoring the `:script` and `:css` plugins.
0