Skip to content

Releases: mcmath/deep-map

v1.4.2

Choose a tag to compare

@mcmath mcmath released this 22 Aug 00:36

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.1

Choose a tag to compare

@mcmath mcmath released this 20 Jun 00:08

This release refactors the source code in a small but sensible way.

Refactor

v1.4.0

Choose a tag to compare

@mcmath mcmath released this 19 Jun 20:56

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.2

Choose a tag to compare

@mcmath mcmath released this 16 Jun 01:22

Fix

  • for...in loop now iterates through own enumerable
    properties only, rather than all enumerable properties

v1.3.1

Choose a tag to compare

@mcmath mcmath released this 15 Jun 08:50

Fixes

  • typings/ folder added to .npmignore

v1.3.0

Choose a tag to compare

@mcmath mcmath released this 15 Jun 08:33

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

v1.2.1

Choose a tag to compare

@mcmath mcmath released this 14 Jun 11:57

Fixes

  • Fix .npmignore path to tsconfig.json

v1.2.0

Choose a tag to compare

@mcmath mcmath released this 14 Jun 11:51

Featurs

  • Add TypeScript declarations

Development

  • Add tests for declarations
  • Replace JSHint and JSCS with ESLint

v1.1.0

Choose a tag to compare

@mcmath mcmath released this 12 Feb 08:47

Dependencies

  • Remove as lodash a dependency and make it a development dependency

Refactoring

  • Add language utility functions to index.js in place of lodash
  • Remove multiple line breaks

Development Maintenance

v1.0.3

Choose a tag to compare

@mcmath mcmath released this 10 Feb 19:50

Maintenance

Development Features