Skip to content

Commit

Permalink
Major bug fixes
Browse files Browse the repository at this point in the history
Breaking Changes:
- Browser namespace is now lucidJS instead of LucidJS.

Changes:
- Fix #36 - Listeners not invoked because of `weakBind`
- Fix #35 - Why isn't flag actually invoking listeners?
- Fix #29 - weakBind bug - only half gets called
- Fix #21 - "set" fires "once" listener twice
- Remove build script and makefile and use browerify CLI
- Add missing package.json fields
  • Loading branch information
RobertWHurst committed Sep 26, 2014
1 parent fd8ad62 commit 2c95fa0
Show file tree
Hide file tree
Showing 17 changed files with 809 additions and 1,551 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
.idea/
.c9
node_modules
6 changes: 6 additions & 0 deletions .npmignore
@@ -0,0 +1,6 @@
dist
bin
build-dist.js
component.json
test
.c9
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions History.md

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

34 changes: 0 additions & 34 deletions bin/build.js

This file was deleted.

0 comments on commit 2c95fa0

Please sign in to comment.