Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
axmad386 committed Jul 9, 2022
1 parent 8ef94f0 commit a76d35d
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
## [Unreleased]


<a name="v1.5.0-react"></a>
## [v1.5.0-react] - 2022-07-09
### Bug Fixes
- **database:** missing remember_token on users table

### Features
- **database:** implement new features of lunox v1.6.0


<a name="v1.4.0-react"></a>
## [v1.4.0-react] - 2022-06-14
### Bug Fixes
Expand All @@ -13,10 +22,35 @@
- **view:** example usage of react as template engine


<a name="v1.4.0"></a>
## [v1.4.0] - 2022-06-14
### Bug Fixes
- forget to expose version props to admin view
- **middleware:** method not called in GuestMiddleware

### Features
- **auth:** login via remember token
- **auth:** add authentication example ([#27](https://github.com/kodepintar/lunox/issues/27))
- **view:** example usage of reactive data


<a name="v1.3.0-react"></a>
## [v1.3.0-react] - 2022-06-04
### Features
- **auth:** added authentication example for preset react ([#28](https://github.com/kodepintar/lunox/issues/28))
- **auth:** added auhtentication example for preset react ([#28](https://github.com/kodepintar/lunox/issues/28))
- **view:** example usage of react as template engine


<a name="v1.3.0"></a>
## [v1.3.0] - 2022-06-03
### Features
- **auth:** add authentication example ([#27](https://github.com/kodepintar/lunox/issues/27))


<a name="v1.2.0"></a>
## [v1.2.0] - 2022-05-20
### Features
- **view:** example usage of reactive data


<a name="v1.2.0-react"></a>
Expand Down Expand Up @@ -150,9 +184,13 @@
- **validation:** create validator facade from node-input-validator ([#2](https://github.com/kodepintar/lunox/issues/2))


[Unreleased]: https://github.com/kodepintar/lunox/compare/v1.4.0-react...HEAD
[Unreleased]: https://github.com/kodepintar/lunox/compare/v1.5.0-react...HEAD
[v1.5.0-react]: https://github.com/kodepintar/lunox/compare/v1.4.0-react...v1.5.0-react
[v1.4.0-react]: https://github.com/kodepintar/lunox/compare/v1.4.0...v1.4.0-react
[v1.3.0-react]: https://github.com/kodepintar/lunox/compare/v1.2.0-react...v1.3.0-react
[v1.4.0]: https://github.com/kodepintar/lunox/compare/v1.3.0-react...v1.4.0
[v1.3.0-react]: https://github.com/kodepintar/lunox/compare/v1.3.0...v1.3.0-react
[v1.3.0]: https://github.com/kodepintar/lunox/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/kodepintar/lunox/compare/v1.2.0-react...v1.2.0
[v1.2.0-react]: https://github.com/kodepintar/lunox/compare/v1.1.1...v1.2.0-react
[v1.1.1]: https://github.com/kodepintar/lunox/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/kodepintar/lunox/compare/v1.0.0...v1.1.0
Expand Down

0 comments on commit a76d35d

Please sign in to comment.