Skip to content

Latest commit

 

History

History
202 lines (181 loc) · 9.92 KB

CHANGELOG.md

File metadata and controls

202 lines (181 loc) · 9.92 KB

Changelog

This changelog is updated by Cinnabar Meta.

Visit the link above to see all unreleased changes.

0.1.0-dev.4 — 2024-09-25

  • add ability to launch current working folder if anca.json is presented (359c873)
  • add bulk action support from cli (3c1cd5e)
  • add commit messages for updating npm packages to nodejs action (28d37a9)
  • add development display on startup if its only development (359c873)
  • enhance anca config schema (8129f23)
  • enhance nodejs action (8ee803b)
  • enhance nodejs-openapi action (159ee15, 8129f23, 860a8cf, 8ee803b, fa23407)
  • enhance utils file (8ee803b)
  • refactor actions to separate file (3c1cd5e)
  • remove unused npm packages (8e91e03)
  • update npm package '@cinnabar-forge/eslint-plugin' to 0.7.2 (9ee6f16)
  • update npm package '@types/chai' to 5.0.0 (0b054ab)
  • update npm package '@types/mocha' to 10.0.8 (0b054ab)
  • update npm package '@types/node' to 22.7.0 (0b054ab)
  • update npm package '@types/node' to 22.7.1 (9ee6f16)
  • update npm package 'clivo' to 0.5.2 (0b054ab)
  • update npm package 'diff' to 7.0.0 (0b054ab)
  • update npm package 'esbuild' to 0.24.0 (0b054ab)
  • update npm package 'simple-git' to 3.27.0 (0b054ab)
  • update npm package 'typescript' to 5.6.2 (0b054ab)

0.1.0-dev.3 — 2024-09-18

0.1.0-dev.2 — 2024-07-28

0.1.0-dev.1 — 2024-07-22

  • [b651739] add .lock extension to gitignore action
  • [e6165a7] add actions stubs
  • [6f554e5] add anca.json prettier ignore action
  • [6f554e5] add anca.json
  • [a6e55fc] add authors to contributing check
  • [3680c13] add changelog to prettier ignore action
  • [9ea02c4] add contributing check
  • [506c697] add devcontainer check
  • [644fd7c] add downloadBinariesUrl to config
  • [daec7a0] add esbuild, eslint, prettier, sea, tsconfig, tsup check
  • [6f554e5] add exact node.js version to github-actions and devcontainers
  • [89ecce8] add github actions check
  • [e26064e] add gitignore check
  • [cd7c611] add nodejs package.json check
  • [228169b] add nodejs prettier check
  • [2b326c0] add prettier check to test command
  • [88b8ceb] add problematic local developments
  • [51d1706] add readme parsing support
  • [dce0e2f, edfc986] comply anca
  • [228169b] fix AncaDevelopmentState schema
  • [132abc8] fix actions contents formatting
  • [aac41a6] fix actions file contents
  • [b7eced7] fix github actions check
  • [edfc986] fix github-actions action
  • [e39fea2] fix package pre-commit
  • [88b8ceb] fix tui.ts
  • [4c34567] refactor schema and config modules
  • [aac41a6] update anca.json
  • [c36f17a, cfa615f] update npm packages