-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Changelog | ||
|
||
This changelog is updated by [Cinnabar Meta](https://github.com/cinnabar-forge/node-meta). | ||
|
||
## [Unreleased] | ||
|
||
Visit the link above to see all unreleased changes. | ||
|
||
[comment]: # (Insert new version after this line) | ||
|
||
## [0.1.0](https://github.com/cinnabar-forge/snapcrud/releases/tag/v0.1.0) — 2024-12-11 | ||
|
||
- add bin ([9896850]) | ||
- add cinnabarMeta to anca.json ([5c5b11d]) | ||
- add css dark theme ([fbbd28c]) | ||
- add css ([eb08774]) | ||
- add displayAllTables setting ([37b1983]) | ||
- add entity creation and deletion ([5ac6f79]) | ||
- add types to entity editor ([36d0463]) | ||
- add wide table display ([37b1983]) | ||
- change env variables ([9896850]) | ||
- enhance config ([1a65e5c]) | ||
- init ([12cb521]) | ||
- make project public ([9b10383]) | ||
- remove build-bundle from actions ([5c5b11d]) | ||
- rename generateTypes to getColumns ([36d0463]) | ||
- set mysql utc timezone in knex ([bfba13b]) | ||
- update license ([94cecc2]) | ||
- update npm package 'express' to 4.21.2 ([5c5b11d]) | ||
- update package.json ([f33efce]) | ||
- update readme ([df6386d]) | ||
|
||
[f33efce]: https://github.com/cinnabar-forge/snapcrud/commit/f33efce | ||
[df6386d]: https://github.com/cinnabar-forge/snapcrud/commit/df6386d | ||
[5c5b11d]: https://github.com/cinnabar-forge/snapcrud/commit/5c5b11d | ||
[fbbd28c]: https://github.com/cinnabar-forge/snapcrud/commit/fbbd28c | ||
[5ac6f79]: https://github.com/cinnabar-forge/snapcrud/commit/5ac6f79 | ||
[bfba13b]: https://github.com/cinnabar-forge/snapcrud/commit/bfba13b | ||
[36d0463]: https://github.com/cinnabar-forge/snapcrud/commit/36d0463 | ||
[37b1983]: https://github.com/cinnabar-forge/snapcrud/commit/37b1983 | ||
[1a65e5c]: https://github.com/cinnabar-forge/snapcrud/commit/1a65e5c | ||
[9b10383]: https://github.com/cinnabar-forge/snapcrud/commit/9b10383 | ||
[94cecc2]: https://github.com/cinnabar-forge/snapcrud/commit/94cecc2 | ||
[9896850]: https://github.com/cinnabar-forge/snapcrud/commit/9896850 | ||
[eb08774]: https://github.com/cinnabar-forge/snapcrud/commit/eb08774 | ||
[12cb521]: https://github.com/cinnabar-forge/snapcrud/commit/12cb521 | ||
|
||
|
||
[unreleased]: https://github.com/cinnabar-forge/snapcrud/compare/v0.1.0...HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// This file was generated by Cinnabar Meta. Do not edit. | ||
|
||
export const CINNABAR_PROJECT_TIMESTAMP = 0; | ||
export const CINNABAR_PROJECT_VERSION = "0.0.0"; | ||
export const CINNABAR_PROJECT_TIMESTAMP = 1733928679; | ||
export const CINNABAR_PROJECT_VERSION = "0.1.0"; |