Skip to content

Commit

Permalink
additional commit for version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkozu committed Jul 30, 2020
1 parent eaee399 commit 41f9849
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 827 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. This project adheres to [SemVer](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2020-07-30

### Added
- conddition to get `num_results` alternative
- condition to check if no `pagination` on page and set default to `1`

### Changed
- regex `keyword.replace` on some function
- simplify the additional function to get popular sort
- fix `null` on `num_results` and `num_pages`
- fix `.related()` API if the query is `number`

## [1.1.1] - 2020-07-29

### Changed
Expand Down Expand Up @@ -32,4 +44,5 @@ All notable changes to this project will be documented in this file. This projec

[1.1.1]: https://github.com/masami45/nana-api/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/masami45/nana-api/compare/v1.0.6...v1.1.0
[1.0.6]: https://github.com/masami45/nana-api/releases/tag/v1.0.6
[1.0.6]: https://github.com/masami45/nana-api/releases/tag/v1.0.6

69 changes: 34 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"name": "nana-api",
"version": "1.1.1",
"description": "nhentai unofficial api",
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Masami",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"mocha": "^8.0.1",
"qs": "^6.9.3"
},
"directories": {
"lib": "lib/",
"test": "test/"
},
"scripts": {
"dev": "node test/testing.js",
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Masami45/nana-api.git"
},
"keywords": [
"nhentai",
"unofficial",
"api",
"nana"
],
"bugs": {
"url": "https://github.com/Masami45/nana-api/issues"
},
"homepage": "https://github.com/Masami45/nana-api#readme"
"name": "nana-api",
"version": "1.1.2",
"description": "nhentai unofficial api",
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Masami",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"qs": "^6.9.3"
},
"directories": {
"lib": "lib/",
"test": "test/"
},
"scripts": {
"test": "node test/testing.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Masami45/nana-api.git"
},
"keywords": [
"nhentai",
"unofficial",
"api",
"nana"
],
"bugs": {
"url": "https://github.com/Masami45/nana-api/issues"
},
"homepage": "https://github.com/Masami45/nana-api#readme"
}
Loading

0 comments on commit 41f9849

Please sign in to comment.