Skip to content

Latest commit

 

History

History
77 lines (66 loc) · 7.32 KB

CHANGELOG.md

File metadata and controls

77 lines (66 loc) · 7.32 KB

0.0.32 (2017-4-21)

Documentation Changes
New Features
  • events: Stops subscription support. (f04c745b)
  • graph:
    • graph.get method (0b1a1167)
    • constructor argument config (7f8c47c6)
    • count method (1747a4a8)
    • factory for custom class construction (2a25d0d4)
    • last argument context for custom user data (9e24adf2)
    • array push, add, remove operators (1013834b)
    • Hipergraphs. Support for multiple values in selectors and modifiers. (4b36d2c0)
  • adapter: idGenerator for custom ids in links (84e0e60e)
  • git: Move doc into submodule (451b6420)
  • scripts: npm run compile && npm test && npm publish && npm run cleaning && git push (2fb0c6cb)
  • tests: Separate complete, imcomplete and empty links tests. (b3c06f9c)
Bug Fixes
  • package:
  • scripts:
  • graph:
    • update constructor validation (886708d3)
    • ParentClass for main Graph class (6ce8044b)
  • readme: npm run compile already in npm test (e80c81ad)
  • adapter:
    • in get method callback is not defined (401c7c14)
    • empty array if empty field (1bfcbe85)
    • remove event only if removed... (7f1f8bc9)
    • remove event only after removing (b3c96e78)
    • Catch undefined doc in array. (9e9029ec)
    • Callback optional call (ef09f31d)
    • Move callback out from try/catch This led to catching the error inside the callback. (56ee556c)
    • Cleaning and fix query by id result. (4abf1129)
    • Fix document to link generation. (da90f46d)
  • jsdoc:
  • compile: Remove old compiled files. Need to automate these processes... (bf4a2fd8)
  • tests: Added before preparation. (ddc15d01)
  • npm: Move chai and mocha into main dependencies It is necessary to run tests from other packages. (10021b6b)
Other Changes
  • adapter: _idGenerator && _insertModifier && _updateModifier && skip && limit && sort (6260cc68)
Refactors
  • export: Export in separate line. (007ba44f)