Skip to content

Releases: jescalan/indx

v0.2.2

Choose a tag to compare

@jescalan jescalan released this 25 Jul 16:13
  • Remove extra dependencies
  • Throws errors with a full stack trace rather than console.log-ing

v0.1.2

Choose a tag to compare

@jescalan jescalan released this 28 May 21:48
  • Fixes a bug in which files with js at the end of the name followed by .coffee would fail to require correctly
  • General javascript code style cleaning
  • Path is passed through path.resolve for convenience
  • Test coverage up to 100%

v0.1.1

Choose a tag to compare

@jescalan jescalan released this 31 Mar 22:02
  • Fix bug in which files with js or coffee in the filenames would not be properly required

v0.1.0

Choose a tag to compare

@jescalan jescalan released this 07 Feb 00:15
  • Upgraded dependencies
  • Tests and test coverage in public