Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 4.34 KB

CHANGELOG.md

File metadata and controls

72 lines (52 loc) · 4.34 KB

Version 3.0.0 (2017-12-16)

Breaking changes

  • Added search without a name; Added traits to class.: e810228

New features

  • Refactored tests; Added traits to trait.: e5cfc7d
  • Usegroup addition incapsulated and added to writer, not only namespace.: 36d9834

Bug fixes

  • Fixed namespace tests.: 5ad320e
  • Added '#addNamespace' test.: 2c56d87
  • Fixed typo in Namespace#addUsegroup.: ff096b8
  • fix coverage stats: 0ce6702

...full changes

Version 2.0.0 (2017-11-1)

Breaking changes

New features

  • Tests with nyc coverage: 549b6b7
  • Updated documentation: 498925d
  • Updated README.md: 53a3070
  • Added jsdoc and script to build documentation: 568d8d0
  • Auto yarn lock file: bfc0607

Bug fixes

...full changes

Version 1.1.0 (2017-2-25)

Minor Changes

  • start api: e98fa58
  • add travis & coveralls: 3cdad00
  • start a first test unit with mocha: cb3d7dd
  • wip on namespaces: 23183d3
  • implement class lookup: 7fe9dd6
  • start to implement function and add more tests: 04cb7f0
  • implement setName & setArgs: da653d9
  • add a new generic editor helper (used on function & namespace): 6833e8b
  • start to implement interface: 27bdc5d
  • start to implement trait: 9349baa
  • start to migrate all the project on new php-parser api: b65d313
  • finish to migrate and implement nodes: 79166e1
  • start to migrate tests: 02677b9
  • change headers / use strict: fdd869d

Patches