Skip to content

Commit

Permalink
Bump version to 6.0.0 for cycle detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Apr 15, 2016
1 parent d424a6d commit eee3e9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ Returns a mutable copy of the object. For a deeply mutable copy, in which any in

### Releases

#### 6.0.0

Add cycle detection.

#### 5.2.0

Add `update` and `updateIn`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seamless-immutable",
"version": "5.2.0",
"version": "6.0.0",
"description": "Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.",
"main": "src/seamless-immutable.js",
"devDependencies": {
Expand Down

5 comments on commit eee3e9c

@shamrin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rtfeldman When do you plan to upload 6.0.0 to npm?

@rtfeldman
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on getting tests to pass cross browser. :)

@rtfeldman
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shamrin all set! published as 6.0.0

@shamrin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rtfeldman Thank you for the great work!

It's a pity that you had to fix those cross-browsers yourself. But Travis CI failed to run sauselabs tests in my PR #119. Do you know how to fix those zuul failures in pull requests?

Zuul tried to run tests in saucelabs, however no saucelabs credentials were provided.

@rtfeldman
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure; presumably it's doable, I've just never gotten around to it. 😉

Please sign in to comment.