File tree 1 file changed +59
-0
lines changed
1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 1.3.0] - 2024-09-04
9
+
10
+ ### Added
11
+
12
+ - New ORDS JWT sample built with [ Remix] ( https://remix.run/ ) .
13
+
14
+ ### Changed
15
+
16
+ - Upgrade dependencies for generator and templates.
17
+
18
+ ## [ 1.2.1] - 2024-08-27
19
+
20
+ ### Fixed
21
+
22
+ - Error when generating node-jet application (#91 ).
23
+ - Unable to use --template flag for node-jet and node-angular templates (#92 ).
24
+
25
+ ## [ 1.2.0] - 2024-08-19
26
+
27
+ ### Added
28
+
29
+ - New [ Angular] ( https://angular.dev/ ) template built with [ Angular CLI] ( https://github.com/angular/angular-cli ) .
30
+
31
+ ### Changed
32
+
33
+ - Reskin of ` node-react-todo ` app/template.
34
+ - Improved handling of flags in the CLI.
35
+ - General improvements.
36
+
37
+ ## [ 1.1.11] - 2024-07-19
38
+
39
+ ### Security
40
+
41
+ - Uptake newer dependencies to fix vulnerabilities detected in npm audit
42
+
43
+ ## [ 1.1.10] - 2024-07-10
44
+
45
+ ### Changed
46
+
47
+ - Change todo template name from node-todo to node-react-todo in the documentation
48
+
49
+ ## [ 1.1.9] - 2024-07-10
50
+
51
+ ### Fixed
52
+
53
+ - Fix README examples with missing -- argument
54
+
55
+ ## [ 1.1.8] - 2024-07-10
56
+
57
+ ### Added
58
+
59
+ - First public release. Full Changelog: https://github.com/oracle/create-database-app/commits/v1.1.8
You can’t perform that action at this time.
0 commit comments