Releases: anticoders/gagarin
Releases · anticoders/gagarin
BUG fixes
Glob patterns support
v0.4.11 New version published
Basic windows support
v0.4.10 Bumped package version
Stable startup
Changes
- before notifying that Gagarin is ready we wait for
WebApp.onListening
to fire
Better documentation
Changes
- updated README.md
- fixed broken
it.only
Verbose is good!
changes
- improved verbose mode by adding more accurate logs
- better readability in verbose mode
- if
anti:gagarin
is in wrong version, we are fixing it automatically - better UX for
browser()
, see #110 (comment)
Detecting NodeJS version
There was a major issue in the algorithm for detecting local dev_bundle
directory corresponding to the given Meteor release and as a result we were not using the proper version of NodeJS. This was exposed after Meteor switched to node 0.10.36
.
Context
Parallel test runner
In this release we introduce a parallel test runner. To use it, run gagarin
with -p
option specifying the number of parallel workers.
Using chai in server/client context
List of changes:
- chai
expect/assert
can now be used in both client and server context - if you really cannot resist doing it, you can now write your tests in CoffeeScript ;)