Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 2.19 KB

Changelog

3.2.0

  • Added onit create version command to automate the generation of a new dbinit version

3.1.1

  • Bugfix variable replacement in V2 builder

3.1.0

  • Added support for engines.frontend = false to disable frontend builds
  • Fixed onit artifact generators (produced wrong import paths)
  • Fixed pm2 availability check
  • Fix copyfiles functionality, where sometimes files were not copied due to internal race conditions in async methods

3.0.3

  • Fixed minor typos
  • Added some verbosity on errored test runs

3.0.2

  • Fixed env for nextjs build
  • Added 'shutdown' signal to stop the underlaying onit node process (before there was only 'rs')

3.0.1

  • Fixed test build which fail when nextjs frontend is used
  • Changed order of build: backend first, then frontend

3.0.0

  • BREAKING: Full rewrite in typescript. Now the parameter parser engine is yargs, which means some commands might have slightly different parameters now. Single letter params are unchanged, but multi letter params (like "exit") now needs to be called with double dashes. For automatic scripts retrocompatibility, "-exit", "-watch" and "-debug" are still accepted. A non blocking warning will be displayed.
  • Updated onit doc for better output. The custom onit tag now does not have anymore the onit prefix to better fit the naming of jsdoc tags
  • Added onit labels translate utility with support to Google translate and Azure translate
  • Added V3.0.0 serve & build with support to nextjs

2.4.0

  • Updated onit doc command for better comment blocks management.

2.3.0

  • Added commands onit create app, onit create service, onit create model, onit create relation, onit create repository, onit create service

2.2.0

  • Added command onit test

2.1.0

  • Added ModuleFederationPlugin to frontend webpack config

2.0.0

  • BREAKING: Changed version management logic. Now using production, uat, beta, test.
  • removed the --max-old-space-size=4096 automatic flag on node process. If you want to use it, set it in the onit.config.js file, as nodeArgs = ['--max-old-space-size=4096'] in the serve section