You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.4.2
This release updates NPM and Typings dependencies.
#### Dependencies
* Update `package.json` dependencies
* Update `typings.json` dependencies
* Restrict `ts-node` to `~1.2.3` due to failing tests with `v1.3.0`
v1.4.0
This release adds support for objects containing circular references.
#### Feature
- Support for circular references
#### Dependencies
- Two new dependencies added:
- lodash
- es6-weak-map
#### Documentation
- README updated accordingly
v1.3.0
#### Development
- Source files are now in TypeScript
- Test files are now in TypeScript
- Test folder is removed; tests are now kept next to source
- ESLint is removed; TSLint is added
- Typings is added, but only for development dependencies
#### Documentation
- README is updated to improve style and to include information
about use with TypeScript