Skip to content

Releases: jedwards1211/dude-wheres-my-module

v2.0.8

Choose a tag to compare

@jedwards1211 jedwards1211 released this 18 Aug 20:52

2.0.8 (2021-08-18)

Bug Fixes

  • SuggestedImportIndex: fix extension trimming in files like spBv1.0.js (b33fc97)

v2.0.7

Choose a tag to compare

@jedwards1211 jedwards1211 released this 19 Jun 03:49

2.0.7 (2021-06-19)

Bug Fixes

  • try to fix windows named pipe connection on Electron (ed02738)

v2.0.6

Choose a tag to compare

@jedwards1211 jedwards1211 released this 12 Jun 04:31

2.0.6 (2021-06-12)

Bug Fixes

  • add missing core-js dependency (0fd92b9)

v2.0.5

Choose a tag to compare

@jedwards1211 jedwards1211 released this 11 Jun 23:00

2.0.5 (2021-06-11)

Bug Fixes

  • get rid of module field in package.json (987d58b)
  • upgrade chokidar to 3.5.1 (8097503)

v2.0.4

Choose a tag to compare

@jedwards1211 jedwards1211 released this 10 Jun 18:29

2.0.4 (2021-06-10)

Bug Fixes

v2.0.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 02 Jun 23:31

2.0.3 (2021-06-02)

Bug Fixes

  • WatchingIndexer: improve .gitignore compatibility (4b5ac64)

v2.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 30 Dec 21:27

2.0.2 (2020-12-30)

Bug Fixes

  • bug with waitUntilReady (dd46280)

v2.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 30 Dec 21:23

2.0.1 (2020-12-30)

Bug Fixes

  • upgrade jscodeshift to ^0.10.0 (90ca71e)

v2.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 30 Dec 21:19

2.0.0 (2020-12-30)

Bug Fixes

  • clean up findRoot and resolveInDir caching (1ea25bc)
  • cut down on synchronous ops (55f65d1)

Features

  • add waitUntilReady method (22df783)

BREAKING CHANGES

  • drop support for node < 12

v1.1.9

Choose a tag to compare

@jedwards1211 jedwards1211 released this 09 Dec 08:00

1.1.9 (2020-12-09)

Bug Fixes

  • Client: improve error messages (cb507c1)