Skip to content

Releases: anticoders/gagarin

BUG fixes

27 Dec 21:34
Compare
Choose a tag to compare
  • on windows use NODE_PATH rather than symlinks
  • patch .meteor/platforms file before running build
  • do not fail when output is redirected to a file

Glob patterns support

23 May 22:51
Compare
Choose a tag to compare
v0.4.11

New version published

Basic windows support

17 May 20:59
Compare
Choose a tag to compare
v0.4.10

Bumped package version

Stable startup

22 Apr 16:13
Compare
Choose a tag to compare

Changes

  • before notifying that Gagarin is ready we wait for WebApp.onListening to fire

Better documentation

10 Apr 13:05
Compare
Choose a tag to compare

Changes

  • updated README.md
  • fixed broken it.only

Verbose is good!

02 Apr 10:55
Compare
Choose a tag to compare

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

28 Mar 09:36
Compare
Choose a tag to compare

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

23 Mar 14:15
Compare
Choose a tag to compare

The users can now use this to pass values between different parts of promise chains.

Parallel test runner

17 Mar 16:07
Compare
Choose a tag to compare

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

05 Mar 08:48
Compare
Choose a tag to compare

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 ;)