Skip to content

Releases: sandulat/routes-gen

v0.6.1

27 Jul 20:58

Choose a tag to compare

v0.6.1 Pre-release
Pre-release

What's Changed

  • add plugin @routes-gen/solid-start by @nirtamir2 in #29
  • fix(remix): added support to both js and cjs remix config by @sandulat in #34
  • Sort exported routes by @br0p0p in #37
  • Only replace the first instance of a param replacement string by @br0p0p in #38

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0-solid-start

17 Jan 12:06

Choose a tag to compare

v0.6.0-solid-start Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.0-solid-start

Thank you very much @nirtamir2!

v0.6.0

08 Jan 13:01
661c878

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

08 Aug 10:08

Choose a tag to compare

v0.5.2 Pre-release
Pre-release

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Jul 15:13
df5c3aa

Choose a tag to compare

v0.5.1 Pre-release
Pre-release

What's Changed

  • fix: change the empty object type {} to use TS Record utility type by @aniravi24 in #21

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

30 Apr 22:04
8e5f629

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

What's Changed

  • feat: implemented post-export hook in routes-gen by @sandulat in #18

Full Changelog: v0.4.0...v0.5.0

v0.4.0

17 Apr 10:41

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Full Changelog: v0.3.3...v0.4.0

v0.3.3

14 Apr 15:26

Choose a tag to compare

v0.3.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Apr 11:30

Choose a tag to compare

v0.3.2 Pre-release
Pre-release
  • Fixed dash delimiters in routes generation.

v0.3.1

24 Mar 12:01

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

Patch Changes

  • Use require.resolve for importing drivers.