Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Martin authored and Douglas Martin committed Feb 4, 2012
1 parent 05715c7 commit 221f25c
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 318 deletions.
14 changes: 14 additions & 0 deletions History.md
@@ -1,3 +1,17 @@
0.0.7 / 2012-02-04
==================
* Bug Fixes
* Fixed issue with array.zip
* Fixed error with date.parse and alternate characters
* Fixed MaxCallStack exceeded error
* Changed callback and errback to resolved listeners in a new stack using process.nextTick
* Changed the middle ware plugin to use process.nextTick when calling next.
* Altered logging.Level to allow the setting of levels from external APIs
* Fixed issue with runner.js where paths that contained spaces would not run
* Changed comb.when to test if the arguments are "promiseLike" so multiple versions of comb will work together
* Updated docs.


0.0.6 / 2011-12-29
==================
* Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2011 Pollenware
Copyright (c) 2011-2012 Pollenware

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
98 changes: 0 additions & 98 deletions benchmark/define.benchmark.js

This file was deleted.

77 changes: 0 additions & 77 deletions benchmark/plugins/Broadcaster.benchmark.js

This file was deleted.

0 comments on commit 221f25c

Please sign in to comment.