Skip to content

Latest commit

 

History

History
336 lines (268 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

336 lines (268 loc) · 10.8 KB

Change Log

1.1.3 (2019-11-24)

Updated Dependencies

devDependencies

  • @types/debug
    • #79 - 4.1.4 -> 4.1.5
  • @types/sinon
    • #130 - 7.0.13 -> 7.5.1
  • @typescript-eslint/eslint-plugin
    • #82 - 1.13.0 -> 2.0.0
    • #91 - 2.0.0 -> 2.1.0
    • #128 - 2.1.0 -> 2.8.0
  • @typescript-eslint/parser
    • #82 - 1.13.0 -> 2.0.0
    • #91 - 2.0.0 -> 2.1.0
    • #128 - 2.1.0 -> 2.8.0
  • ava
    • #84 - 2.2.0 -> 2.3.0
    • #130 - 2.3.0 -> 2.4.0
  • can-npm-publish
    • #129 - 1.3.1 -> 1.3.2
  • cross-spawn
    • #134 - 6.0.5 -> 7.0.1
  • del-cli
    • #133 - 2.0.0 -> 3.0.0
  • eslint
    • #29 - 5.16.0 -> 6.3.0
    • #128 - 6.3.0 -> 6.7.0
  • eslint-config-prettier
    • #85 - 6.0.0 -> 6.1.0
    • #128 - 6.1.0 -> 6.7.0
  • eslint-config-standard
    • #86 - 12.0.0 -> 14.1.0
  • eslint-plugin-node
    • #90 - 9.1.0 -> 9.2.0
    • #132 - 9.2.0 -> 10.0.0
  • eslint-plugin-prettier
    • #128 - 3.1.0 -> 3.1.1
  • eslint-plugin-simple-import-sort
    • #132 - 4.0.0 -> 5.0.0
  • eslint-plugin-standard
    • #87 - 4.0.0 -> 4.0.1
  • git-branch-is
    • #81 - 2.1.0 -> 3.0.0
    • #129 - 3.0.0 -> 3.1.0
  • husky
    • #80 - 3.0.2 -> 3.0.5
    • #127 - 3.0.5 -> 3.1.0
  • lint-staged
    • #83 - 9.2.1 -> 9.2.5
    • #127 - 9.2.5 -> 9.4.3
  • package-version-git-tag
    • #92 - 1.1.0 -> 1.1.1
    • #133 - 1.1.1 -> 2.0.2
  • prettier
    • #127 - 1.18.2 -> 1.19.1
  • sinon
    • #78 - 7.3.2 -> 7.4.2
    • #130 - 7.4.2 -> 7.5.0
  • sort-package-json
    • #127 - 1.22.1 -> 1.23.1
  • ts-node
    • #130 - 8.3.0 -> 8.5.2
  • typescript
    • #100 - 3.5.3 -> 3.7.2

Others

  • #113 - Renovate package groups
  • #115 - Fix renovate package groups
  • #116 - Fix renovate package groups
  • #119 - Fix renovate package groups
  • #136 - Migrate from Travis CI to Azure Pipelines
  • #137 - Format .js codes
  • #138 - Settings refactoring

1.1.2 (2019-08-02)

Documentation

  • #69 - Add David-DM Badge

Updated Dependencies

devDependencies

  • @typescript-eslint/eslint-plugin
    • #68 - 1.12.0 -> 1.13.0
  • @typescript-eslint/parser
    • #68 - 1.12.0 -> 1.13.0
  • eslint-plugin-import
    • #67 - 2.18.0 -> 2.18.2
  • husky
    • #66 - 3.0.0 -> 3.0.1
    • #72 - 3.0.1 -> 3.0.2
  • lint-staged
    • #71 - 9.2.0 -> 9.2.1
  • package-version-git-tag
    • #75 - 1.0.0 -> 1.1.0

Added Dependencies

devDependencies

  • #74 - cross-spawn@6.0.5

Moved Dependencies

dependencies -> devDependencies

  • #74 - @types/debug@4.1.4
  • #74 - @types/deep-freeze-strict@1.1.0
  • #74 - @types/lodash.clonedeep@4.5.6

Removed Dependencies

dependencies

  • #73 - clone-deep

devDependencies

  • #73 - @types/recursive-readdir
  • #73 - @types/semver
  • #73 - recursive-readdir
  • #73 - semver

1.1.1 (2019-07-15)

Supported Node version

8.10.0 - 8.x || 10.0.0 - x.x -> 8.3.0 - x.x

  • #54 - Update dependency ava to v2.2.0
  • #52 - Update dependency lint-staged to v9
  • #64 - Downgrade supported Node version

Updated Dependencies

devDependencies

  • @typescript-eslint/eslint-plugin
    • #61 - 1.11.0 -> 1.12.0
  • @typescript-eslint/parser
    • #61 - 1.11.0 -> 1.12.0
  • ava
    • #54 - 2.1.0 -> 2.2.0
  • husky
    • #53 - 2.7.0 -> 3.0.0
  • lint-staged
    • #52 - 8.2.1 -> 9.2.0
  • semver
    • #51 - 6.1.2 -> 6.2.0
  • typescript
    • #55 - 3.5.2 -> 3.5.3

Added Dependencies

devDependencies

  • #59 - sounisi5011/check-peer-deps
  • #60 - package-version-git-tag@1.0.0

Tests

  • #59 - Check peerDependencies

Others

  • #60 - Replace build script script/git-add-pkg-version-tag.ts with package-version-git-tag package.
  • #63 - Yarn to npm

1.1.0 (2019-06-29 UTC / 2019-06-30 JST)

Features

  • #31 - pattern option of render() function
  • #41 - reuse option of render() function
  • #44 - Type definition of defaultOptions property is readonly

Supported Node version

8.15.0 - x.x -> 8.10.0 - 8.x || 10.0.0 - x.x

  • #38 - Downgrade supported Node version

Updated Dependencies

dependencies

  • pug
    • #26 - 2.0.3 -> 2.0.4

devDependencies

  • @typescript-eslint/eslint-plugin
    • #32 - 1.10.2 -> 1.11.0
  • @typescript-eslint/parser
    • #32 - 1.10.2 -> 1.11.0
  • eslint-config-prettier
    • #37 - 5.0.0 -> 5.1.0
    • #40 - 5.1.0 -> 6.0.0
  • eslint-plugin-import
    • #36 - 2.17.3 -> 2.18.0
  • eslint-plugin-promise
    • #39 - 4.1.1 -> 4.2.1
  • eslint-plugin-simple-import-sort
    • #27 - 3.1.1 -> 4.0.0
  • husky
    • #34 - 2.4.1 -> 2.5.0
    • #42 - 2.5.0 -> 2.7.0

Added Dependencies

devDependencies

  • #45 - @types/node@*
  • #38 - @types/recursive-readdir@2.2.0
  • #38 - @types/semver@6.0.1
  • #33 - @types/slug@0.9.1
  • #45 - can-npm-publish@1.3.1
  • #45 - del-cli@2.0.0
  • #45 - git-branch-is@2.1.0
  • #45 - is-git-status-clean@1.0.0
  • #38 - recursive-readdir@2.2.2
  • #38 - semver@6.1.2
  • #33 - slug@1.1.0

Tests

  • #30 - Remove CRLF correspondence from test code
  • #33 - Migration to parallel test

Others

  • #22 - Fix CHANGELOG's URL
  • #45 - Add publish npm-scripts
  • #46 - Add format npm-scripts

1.0.1 (2019-06-16)

Bug Fixes

  • HTML should be rendered even if the contents field is changed Issue #19 / PR #20 (7ccb5f5)

1.0.0 (2019-06-16)