Skip to content

Releases: msamblanet/node-project-template

v0.7.3

14 Jun 21:03
bcd8663

Choose a tag to compare

  • 2022-06-14 - v0.7.3
    • Tweaks to make tests work with new tsconfig and XO

v0.7.2

14 Jun 20:48
d568094

Choose a tag to compare

  • 2022-06-14 - v0.7.2

  • 2022-06-07 - v0.7.1

    • Tweaked placeholder test module loading
    • Switch to v8 code coverage (instead of babel) to work properly with ESM features
    • Added link for why we disable the esfeatures check in-line instead of in package.json
    • Version bumps
    • Updated to reuqiring Node >=18.3
    • Added .npmrc
    • Add XO options for max-depth
    • Default all code coverage to 0% (require enabling)

v0.7.0

26 Oct 12:57
e2bce4a

Choose a tag to compare

  • 2021-10-26 - v0.7.0
    • Added configmap folder and links into Dockerfile
    • Add describe block into placeholder test as a better template
    • Add default exports to placeholder test and main
    • Alter package launching of jest to include --experimental-vm-modules
    • Add sample mock loading into the placeholder test

v0.6.2

21 Oct 18:57
287fa40

Choose a tag to compare

  • 2021-10-21 - v0.6.2
    • Added comments on reviewing license and adding npm badge
    • Change preferred static constant style in XO to be field instead of getter
    • Made src/index.ts and src/main.ts one-time copies

v0.6.1

21 Oct 13:08
ad8e1bf

Choose a tag to compare

  • 2021-10-21 - v0.6.1
    • Added npm badge to readme
    • Remove package-lock from gitignore
    • Fix issue with ./src/@types imports for typescript custom types
    • Updated XO configuration defaults

v0.6.0

18 Oct 20:33

Choose a tag to compare

Initial release