6.3 KiB
6.3 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.3 (2019-11-11)
Bug Fixes
0.2.2 (2019-11-11)
Bug Fixes
- build: handle unplaced chunks (504124e)
- build: omit git from package, ignore pid files (b10bca3)
- declare json/yml data as unknown (dd5b049)
- gitlab-ci permissions (26f1fb7)
- rename main app method to main, remove redundant wrapper (0e8ac46)
- use index as entry point for run targets (e2a40e0)
- build: move index back to its own chunk (f3b2e9c)
- build: use absolute path for rollup output (9f11653)
- build: use absolute paths and windows-friendly chunk tests (12d4560)
- build: use custom docker images with proper build tools (5ef5735)
- lint: ignore style code (f051b02)
- declare resource modules (6be6dcc)
- build: call project scripts using absolute paths (38cf602)
- build: move docker commands to script, detect project path outside of CI (d3ccff9)
- docs: clean up feature list (65f9bb2)
- docs: more consistent tense (139da51)
- docs: note changelog in features (329acfc)
- docs: note required base64 encoding for secrets (69ec771)
- scripts: escape docker tags (49ca085)
Features
- build: add alpine image job from salty-dog (67237ea)
- build: add global link target (f9b1a81)
- build: add node shebang to index (b4172bb)
- build: add sonar job (6d8f716)
- build: bundle json and yaml with TS typedefs (58d3eee)
- build: externalize rollup data (49d5c73)
- build: replace tslint with eslint (f50af4c)
- include additional makefiles, add example (15d5e83)
- github: add issue and PR templates (5a0a808)
- scripts: add project create and sync scripts (fixes #7) (79bc499)
- scripts: copy some files into new projects only once (aae0412)
0.2.1 (2019-09-18)
Bug Fixes
- build: pick a unique package name (309e986)
- docs: note CC reporter ID (d61ae9e)
- docs: note release process (7592e50)
0.2.0 (2019-09-18)
Bug Fixes
- build: add github status script and correct typedef path (638da80)
- build: add packages to image before output (a3dcc98)
- build: add yarn lock to image before installing, add tmp files to docker ignore (0db2ec1)
- build: correct ci includes (2bdec7e)
- build: move image tag into script for default (4c0ef6e)
- build: print and quote image tag (efa5fb7)
- build: reduce artifact retention (89eac0d)
- docs: briefly note secrets (f18e309)
- test: spy on global console log (6591470)
Features
- build: add release deps (f40f648)
- dockerfile for node packages (c1f792d)
- build: break up template jobs (27bd2b4)
- bundle: add version info (38e0aff)
- config: configure npm to use nexus mirror (73d380d)
- docs: add some badges (1262c6d)
- docs: write readme (b5b422c)
- copy template from other projects (7766659)