Skip to content

Releases: gulpjs/rechoir

rechoir v0.8.0

24 Jul 04:38
1880cbb
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Normalize repository, dropping node <10.13 support (#40)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#40) (00f5968)

v0.7.1

20 Jul 06:11
Compare
Choose a tag to compare

Fix

Docs

  • Add enterprise language (4b3adcc)

Scaffold

v0.7.0

04 Jan 20:56
Compare
Choose a tag to compare

Fix

  • Update require-xml output & skip some tests on old node (8611843)
  • Correct "is array" expectation (4b67fcf)

New

  • Add support for multiple extension segments (9bb964e) - Closes #37

Update

  • Simplify onlyErrors logic (82956bc)
  • Add test for only-errors prepare() with nothrow option (5f6c40d)
  • Improve TypeScript tests (6d7e867)

Docs

  • Fix Travis badge location (ea92173)

Upgrade

  • Update resolve dependency (29ae9cc)
  • Update typescript & switch to ts-node for devDependencies (9faabbe)

Build

  • Simplify tests by moving specific loader tests to interpret (5ea8187)
  • Update Travis configuration (27a2fff)

Scaffold

  • Normalize repository (f33eec6)
  • Switch licenses property to license (ea247e8)

v0.6.2

04 Jan 20:56
Compare
Choose a tag to compare

Fix

  • Bail gracefully on unknown extensions when nothrow is specified (529d9c0)

New

  • Add tests for Earl Grey support (77cbc95)

v0.6.1

04 Jan 20:56
Compare
Choose a tag to compare

New

v0.6.0

04 Jan 20:56
Compare
Choose a tag to compare

New

  • Add module name to return when prepare is successful (478fd55)

v0.5.0

04 Jan 20:56
Compare
Choose a tag to compare

Breaking

  • Complete rewrite with a new API (a8d617d)

Update

  • Improve tests and CI infrastructure (5e556b1)
  • Test against newest babel and interpret (4712953)

Scaffold

v0.4.0

04 Jan 20:56
Compare
Choose a tag to compare

Breaking

  • Switch from 6to5 to babel using the .babel.js extension (a6711f9)

New

  • Add a test for TypeScript support (eb9f26d)

Build

v0.3.0

04 Jan 20:56
Compare
Choose a tag to compare

Breaking

Fix

  • Ensure folder names containing dots don't cause a failure (da4fd86) - Closes #11
  • Ensure load (af80b79) - Closes #7
  • Properly handle extensions like .coffee.md (7726db9) - Closes #4

New

  • Add tests for es & es6 support (6fac1b0)
  • Add support for legacy modules and dynamic config (e944fe7)

Scaffold

  • Update changelog and keywords (52bd0dc)

v0.2.2

04 Jan 20:56
Compare
Choose a tag to compare

New

  • Expose the interpret object in the API (dc60e68) - Closes #2
  • Add test for json5 support (1eb24b7)
  • Add test and note for jsx support (427f9f7) - Closes #1

Docs