Skip to content

Releases: hexojs/hexo-pagination

v4.0.0

10 Jul 13:51
0804e67
Compare
Choose a tag to compare

Breaking Changes

New Features

  • feat: add an option to number first page. by @uiolee in #114

Dependencies

  • chore(deps-dev): bump eslint from 8.25.0 to 8.30.0 by @dependabot in #104
  • chore(deps-dev): bump mocha from 10.0.0 to 10.2.0 by @dependabot in #103
  • chore(deps-dev): bump chai from 4.3.6 to 4.3.7 by @dependabot in #99
  • chore(deps-dev): bump eslint from 8.30.0 to 8.37.0 by @dependabot in #112
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group by @dependabot in #117

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

12 Oct 12:00
9b10ed0
Compare
Choose a tag to compare

Breaking Changes

Dependencies

Full Changelog: v2.0.0...v3.0.0

v2.0.0

03 Jun 12:43
87ed40b
Compare
Choose a tag to compare

Breaking Changes

Refactor

Dependencies

CI/CD

  • drop node 8 and add node 12 @SukkaW [33111c]

Docs

Misc

1.0.0

13 Nov 13:26
Compare
Choose a tag to compare

Breaking Changes

  • drop node 6 (#13)

Improvements

  • remove useless file from npm module (#6)
  • remove unneeded npmignore (#14)

Refactoring

  • ES2015nify (#4)

Dependency

  • update devDependencies and delete jscs (#2)
  • delete object-assign and babel-eslint (#5)
  • update mocha requirement from ^5.2.0 to ^6.0.2 (#10)
  • replace istanbul with nyc (#15)
  • update eslint to ^6.0.1 (#16)