Skip to content

Latest commit

 

History

History
136 lines (73 loc) · 5.4 KB

File metadata and controls

136 lines (73 loc) · 5.4 KB

Changelog

v1.0.1 (2023-08-16)

Styles

Dependency Upgrades

  • @nlib/eslint-config:3.20.0→3.20.1 (03b9bea)
  • @nlib/eslint-config:3.19.7→3.20.0 (44bd49a)
  • @nlib/changelog:0.2.4→0.3.0 (be2dd92)

v1.0.0 (2023-08-16)

Breaking Changes

  • remove index to export nothing from this module (392319d)

Bug Fixes

Styles

Continuous Integration

Dependency Upgrades

  • upgrade some dependencies (8b73372)

v0.2.0 (2022-06-19)

Code Refactoring

Continuous Integration

  • add node 18 and delete node 12 (79a2be2)

Dependency Upgrades

v0.1.8 (2021-09-09)

Code Refactoring

  • remove @nlib/global from src/readNonCommentLine.ts (828f96d)
  • remove ParseMessageError (122b067)
  • rewrite parseSubjectLine (07c4701)

Build System

Continuous Integration

  • call cleanup-package-json directly (59c3410)

Dependency Upgrades

  • remove @nlib/global (6bf15d3)
  • @nlib/githooks:0.0.5→0.1.0 @nlib/nodetool:0.3.0→0.4.1 @nlib/test:3.18.7→4.0.0 @nlib/typing:0.2.0→0.2.2 @types/node:16.7.10→16.9.0 @typescript-eslint/eslint-plugin:4.30.0→4.31.0 @typescript-eslint/parser:4.30.0→4.31.0 (aa676d2)

v0.1.7 (2021-09-04)

Continuous Integration

v0.1.6 (2021-09-04)

Documentation

  • update usage and a badge (18ebf35)

Continuous Integration

v0.1.5 (2021-09-04)

Continuous Integration

Dependency Upgrades

  • @types/node:15.14.9→16.7.10 lint-staged:10.5.4→11.1.2 ts-node:9.1.1→10.2.1 (eafbc69)

v0.1.4 (2021-03-27)

Dependency Upgrades

  • @nlib/eslint-config:3.17.16→3.17.21 @nlib/nodetool:0.1.11→0.1.1… (#102) (ce945a2)

v0.1.3 (2020-10-03)

Documentation

Continuous Integration

  • fix cleanup-package-json command (1d060d5)

v0.1.2 (2020-10-03)

Tests

v0.1.1 (2020-10-03)

Features

Bug Fixes

  • ignore specific patterns (1bc1302)

Build System