Skip to content

Latest commit

 

History

History
242 lines (198 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

242 lines (198 loc) · 19.3 KB

Version 2.3.0 (2017-11-17)

New features

Bug fixes

  • fix name property when value is null: 666513a
  • use latest versions: 9b109e1

...full changes

Version 2.2.2 (2017-2-25)

Patches

  • fix identifier usage on namespace & use statements / release 2.0.0-pre7: 4b992cf

...full changes

Version 2.2.1 (2017-2-22)

Patches

  • fix repository class resolution: 5ec49c3
  • correct tests in order to use promises on sync: d06300b
  • rename fileNode into fileItem: c3bf3f7
  • update repository constructor: b3cc04d

...full changes

Version 2.2.0 (2017-2-22)

Major Changes

  • the sync method is now a promise: 0e1cf11
  • change the API / expose all classes: 8da17c7

Minor Changes

...full changes

Version 2.1.0 (2017-2-19)

Minor Changes

  • #12 finish to implement nodes replacement: c61106e
  • implement recusive deletion (node and its childs): 7ff0740
  • #12 add tests on incremental parsing: b3924c8
  • add a new getFQN helper on namespace: 3e4704f

Patches

  • fix variable kind detection: 84fa325

...full changes

Version 2.0.0 (2017-2-19)

Major Changes

  • #12 start a prototype / WIP: 33a07c9
  • #12 refactor/cleanup code - put parsing into a separate file: b72b27b
  • #12 rewrite parsing & fix the nodes detection on sync: 9f19fc1
  • move graph implementation to grafine project: 048331d
  • split the code / more clean: ed76ce4
  • #15 use node as point & start export/import helpers: 61a6cb8
  • migrate node functions with new framework: 2b7097d
  • update api: f03b0f7
  • make renameFile more consistent: 403d982
  • make members protected: 62d6f53

Minor Changes

Patches

  • fix bench termination: 72e97c1
  • remove bad ref: ae39a97
  • add magento dependency: 05a79e1
  • add a promise helper in order to catch error + use a smaller bruteforce repository: b58639b
  • fix filename resolution: abbc065
  • #12 only container blocks can be synced: 694e626
  • fix function creators: d0ec559
  • fix bootstrap: baf18a7
  • fix with new api: 5fcc465
  • fixes - try to pass tests: 21b2910
  • removes automatic index on name: ee91fea
  • fix type inheritance overwrite: 27c5f12
  • fix symbols counter: 278fe31
  • fix lastDoc assignation: 9732468
  • fix nodes calculation / for stats: 999d15d
  • use _db instead of graph property: 088ae31
  • fix block initialisation: 6d08b0f
  • make pass main tests: 6b1cfbd
  • fix export/import & pass tests on serialize: 89b65fd
  • fix nodes iterators + update sync code: 89632db
  • fix buffer creation for crc32, compliant with node4: 23eccdc
  • update nodejs versions: e375bb6

...full changes

Version 1.1.0 (2017-1-24)

Patches

...full changes

Version 1.1.0 (2017-01-24)

Major Changes

Minor Changes

  • Initial commit: d9a3cfb
  • improve documentation: 5c7afd5
  • update doc: 7df0295
  • make a generic documentation generator: d3f9c78
  • changes: 041ee53
  • impl: c4d2006
  • update docs: 4c254ef
  • update the doc: 4a29a53
  • move use to namespace level: 613b7bf
  • resolve a inner class name: 1095f97
  • parent argument becomes optional: 68efdb5
  • impl a new getNamespace helper: b634f53
  • attach documentation with the class node: 7eccba3
  • add sse4_crc32 & webworker-threads dependencies: 46a8a2c
  • #9 start the worker/pool class: 9550752
  • #9 start to use worker (with option): c4eef70
  • implement the worker process (wip): e35ffdf
  • handle position nodes: 6dfaedb
  • update block scanner: a011aaf
  • attach doc nodes: fa47027
  • update the comments component: a7a400f
  • add new & parameter parsing for variables: 22709c2
  • parse use statements & implement namespace resolution: cb3e4b4
  • use nodeName resolution: 43ca063
  • add a getRepository helper function: f2f8a65
  • add import helper on file (wip): 32775e0

Patches