Skip to content

Releases: ink8bit/ts-lib-template

v0.10.0

22 Mar 08:48
Compare
Choose a tag to compare

Prettier v2.x and security fixes

  • updated all dependencies
  • updated Prettier to version 2.0 (read the post)
  • fixed all security issues with packages (via npm audit fix)

v0.9.1

15 Mar 12:08
Compare
Choose a tag to compare

Fixed security vulnerabilities

v0.9.0

15 Mar 12:06
Compare
Choose a tag to compare

Configuration

  • updated dependencies
  • changed .npmignore
  • added CI build status badge to README
  • added ESLint --fix option to lint-staged config

v0.8.0

29 Feb 09:18
Compare
Choose a tag to compare

Jest configuration

Changes

  • updated all deps
  • added displayName attribute to Jest configs
  • added coverageThreshold as an example
  • added jest.config.common.js to avoid duplication
  • updated TypeScript to v3.8, read more in official post
  • added tests for multiply.ts

v0.7.0

16 Feb 10:10
Compare
Choose a tag to compare

Mark stale issues and PRs

Added stale workflow.

v0.6.0

16 Feb 09:54
Compare
Choose a tag to compare

Labeler

Added labeler workflow