Skip to content

Releases: jsoverson/shift-refactor

v2.0.0

04 Aug 19:55
Compare
Choose a tag to compare
  • changed behavior of first(), filter(), added raw(), type() d95e723

v1.0.0...v2.0.0

v1.0.0

03 Aug 05:07
Compare
Choose a tag to compare
  • added files to package.json d649c26
  • extracted common and unsafe methods into plugins, formatted, removed old deps fd81f92
  • made statements() work through .body properties a2c901c
  • added statements(), nameString(), first(selector) 0de34e6
  • removed custom Extractor, will just deal with warnings 6bac756
  • removed non-methods from doc generation e979053
  • fixing broken README links b549b18
  • added readme f46b928
  • migrated away from typedoc, autogenerating README.md 7635a98
  • added documentation, added documentation test runner 5e09915
  • add GlobalState manager and separated it from RefactorSession b2c8d2c
  • ironing out the wrinkles 2263e70
  • made chainable API first class interface 59b98d7
  • added example tests, started API documentation aa9645c
  • fixed .debug(): only inject at the beginning of methods 658b174
  • fixed normalizeIdentifiers to prevent renaming of variables declared at Script level afca815
  • added .debug() to inject debugger statements in functions 5bc7eee
  • added dist/, updated files in package.json 2e096ee
  • start to pure function checker, replaceAsync, $r api 89ddf55
  • separated unsafe methods, added first pass at pure function finder 7624f51
  • fixed types 3f89517
  • fixed types 9e0ce56
  • optimized imports f8dbfd6
  • added plugin concept, moved non-core methods to common plugin, moved types and util functions around 32405a2
  • tests passing 168f005
  • typescript WIP: tests running, but failing ec7d20f
  • added new id generator, removeDeadVariables, lookups 8e27b6b

v0.3.1...v1.0.0