Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Releases: ludicroushq/light

v1.9.4

27 Apr 00:19
Compare
Choose a tag to compare

Added typescript support! Simply add the -t flag on your commands

v1.9.0

02 Mar 09:19
Compare
Choose a tag to compare

Breaking Changes

This release has the following changes

  • Move global to useGlobal
  • Move params to useParams
  • Move query to useQuery
  • Redesign createTest to return the entire server
  • Add more examples
  • Add support for next.js
  • Require light.config.js to be in the root of the project (i.e. one folder above the routes folder.
  • Ignore test files

It looks like all of the necessary features have been implemented and are working well. We will keep light on 1.9 for about a month and bump it to 2.0 if not other breaking changes need to be made!

v1.8.0

01 Mar 09:28
Compare
Choose a tag to compare

Breaking Changes

use* has moved to create*

v1.7.1

01 Mar 09:29
Compare
Choose a tag to compare

Fixes minor bug with useModel

v1.7.0

17 Feb 09:21
Compare
Choose a tag to compare

BREAKING CHANGES

  • Changed a lot of function names to be prefixed with use
  • Simplified code

Hopefully, this is the last breaking change that needs to be done.

TODO:

  • Better testing
  • Better routing

v1.6.0

21 Jan 02:52
db9bb0c
Compare
Choose a tag to compare

1.6.0 (2020-01-21)

Features

v1.5.4

17 Dec 09:39
6b6d50b
Compare
Choose a tag to compare

1.5.4 (2019-12-17)

Bug Fixes

  • router: add initial working router (#57) (6b6d50b)

v1.5.3

19 Nov 01:19
86be05f
Compare
Choose a tag to compare

1.5.3 (2019-11-19)

Bug Fixes

  • nested: support nested directory routes (#56) (86be05f)

v1.5.2

12 Nov 04:45
943186d
Compare
Choose a tag to compare

1.5.2 (2019-11-12)

Bug Fixes

  • global: inject the global variables into the server (#55) (943186d)

v1.5.1

12 Nov 00:25
74eb68a
Compare
Choose a tag to compare

1.5.1 (2019-11-12)

Bug Fixes