Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Latest commit

 

History

History
221 lines (102 loc) · 8.79 KB

CHANGELOG.md

File metadata and controls

221 lines (102 loc) · 8.79 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.4.0 (2019-06-21)

Bug Fixes

  • generator-atlas: install pino-pretty as dev dependency (f1d125e)
  • generator-atlas: upgrade yeoman-generator to v4 (c345182)

Features

  • generator-atlas: discourage using global versions of expect, sinon (2ee4596)
  • generator-atlas: move generated ESLint config to the new packages (f871a87)
  • generator-atlas: use .mocharc.js instead of mocha.opts (1cb5d47)

2.3.1 (2019-02-20)

Note: Version bump only for package @atlas.js/generator-atlas

2.3.0 (2019-02-08)

Bug Fixes

  • atlas: do not depend on named exports order when iterating services (d75862b)
  • generator: do not complain about module syntax being used (d1b3f8d)
  • generator: include mocha ruleset for ESLint when necessary (d07735e)
  • generator: make the makefile flags more understandable (00a94fa)

Features

  • generator: add {js,ts}config.json (93dc64c)
  • generator: add type definition file when generating new projects (f032ce3)
  • generator: split the main config into separate files (4e119df)

2.3.0-alpha.5 (2019-01-16)

Bug Fixes

  • atlas: do not depend on named exports order when iterating services (d75862b)

2.2.1 (2018-07-17)

Note: Version bump only for package @atlas.js/generator-atlas

2.2.0 (2018-07-16)

Bug Fixes

  • generator: add local.mk to gitignore (e8ff1d4)
  • generator: ensure the latest version of Atlas is installed (2ed68e8)

Features

  • generator: add readme.md to the generated code (ff59c99)
  • generator: include Atlas.js CLI as production dependency (28c9295)

2.1.0 (2018-07-12)

Bug Fixes

  • generator: always install latest versions od deps (1a06563)
  • generator: do not include unnecessary whitespace in .editorconfig (d1e705e)
  • generator: fix noop's dependency on non-existent package version (907f6b7)
  • generator: include babel-syntax-object-rest-spread plugin (4bb4fe7)

Features

  • generator: always pretty-print logs locally, add test.mjs config (dfec246)
  • generator: enable pretty print and lower log level on development (f5acbb4)
  • generator: include dotenv in the output (ab38b8c)
  • generator: include local.mk in the output (e487932)
  • generator: makefile is now simpler and distclean works again (ffb901e)
  • generator: optionally generate ESLint configuration 🎨 (45f2d56)
  • generator: optionally generate test suite 🚀 (2761441)
  • generator: optionally generate VS Code configuration files (adb2e70)
  • generator: switch some files to folders, add README to them (344ece6)
  • generator: upgrade yeoman-generator to 3.0 (40ea041)

2.0.0 (2018-05-22)

Bug Fixes

  • generator: actually install the noop service into the project (fa7a9d4)
  • generator: use correct import path in sample noop service (7b44165)

Features

  • node.js 10 is now supported release line (521ac2c)
  • generator: bump @atlas.js/service to v2 in the sample noop service (e6b9568)
  • generator: overhaul Yeoman generator to spit out workable project (1bf749c)

BREAKING CHANGES

  • generator:

1.0.0 (2017-10-24)

Bug Fixes

  • generator: Add missing README 😱 (26de253)

Features

  • Ditch @atlas.js/core,application, add @atlas.js/atlas (1ce02bb), closes #23
  • Expose the atlas instance as this.atlas inside components (34b0778), closes #24
  • The Atlas config is now passed via atlas key, not application (51b15d6), closes #26
  • generator: Update boilerplate to use CLI 🍻 (bf45af0)

BREAKING CHANGES

  • 🔥
  • 🔥
  • 🔥

0.2.0 (2017-09-27)

Bug Fixes

  • generator: Add missing aliases config file (37de848)
  • generator: Remove void from Application.init() 🤦 (0cf5466)

Features

  • Switch to .mjs file extension (0ee25cd)

0.1.2 (2017-09-26)

Bug Fixes

  • generator: Fix path to components' README.md (aafbf0a)

0.1.1 (2017-09-26)

Bug Fixes

  • generator: Do not check imports in template files to be resolvable (1822c14)
  • generator: Remove unneeded dependency on @atlas.js/core (2614baa)

0.1.0 (2017-09-26)

Bug Fixes

  • generator: Do not use @atlas.js/service package in demo component (9b07bdf)
  • generator: Import Service correctly in template (8770ea0)

Features

  • Implement yeoman generator (7ffb53f)