Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.1] - 2024-09-05

Fixed

  • Missing .gitignore in ords-remix-jwt-sample template.

[1.3.0] - 2024-09-04

Added

  • New ORDS JWT sample template built with Remix.

Changed

  • Upgrade dependencies for generator and templates.

[1.2.1] - 2024-08-27

Fixed

  • Error when generating node-jet application (#91).
  • Unable to use --template flag for node-jet and node-angular templates (#92).

[1.2.0] - 2024-08-19

Added

Changed

  • Reskin of node-react-todo app/template.
  • Improved handling of flags in the CLI.
  • General improvements.

[1.1.11] - 2024-07-19

Security

  • Uptake newer dependencies to fix vulnerabilities detected in npm audit.

[1.1.10] - 2024-07-10

Changed

  • Change todo template name from node-todo to node-react-todo in the documentation.

[1.1.9] - 2024-07-10

Fixed

  • Fix README examples with missing -- argument.

[1.1.8] - 2024-07-10

Added