Skip to content

Latest commit

 

History

History
85 lines (48 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

85 lines (48 loc) · 2.18 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.4.0] - 2025-01-28

Changed

  • General update of dependencies.
  • Templates migrated to use ESLint v9 with flat config.
  • #204 node-vue template migrated fron v5.0 to v6.0.
  • #203 node-angular template migrated from v18.2 to v19.1.
  • #200 node-react and #201 node-react-todo templates migrated from v18.2 to v19.0.
  • #199 node-jet template migrated to v17.1, and fixed incorrect references to the CDN pointing to an outdated version.
  • #197 ords-remix-jwt-sample adopted use of Vite instead of the Remix Classic Compiler.

Removed

  • #156 Removed Basic authentication from the ords-remix-jwt-sample template.

Security

[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