Releases: fityannugroho/idn-area
Releases · fityannugroho/idn-area
v4.0.1
What's Changed
- docs: add the Indonesia translation of README.md by @tedante in #201
- docs: korean translation by @kshjessica in #204
- fix: changed the island code by @rakeshrk6 in #206
- build(deps-dev): bump tsx from 3.13.0 to 3.14.0 by @dependabot in #209
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #210
- build(deps-dev): bump prisma from 5.4.1 to 5.5.2 by @dependabot in #215
- build(deps): bump @prisma/client from 5.4.1 to 5.5.2 by @dependabot in #214
- build(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.9.0 by @dependabot in #211
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.9.0 by @dependabot in #212
- build(deps-dev): bump @nestjs/cli from 10.1.17 to 10.2.0 by @dependabot in #213
- build(deps): bump @fastify/static from 6.11.2 to 6.12.0 by @dependabot in #216
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by @dependabot in #217
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0 by @dependabot in #218
- build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.10.0 by @dependabot in #219
- ci: run build before test & fix typo (f0e5514)
New Contributors
- @tedante made their first contribution in #201
- @kshjessica made their first contribution in #204
- @rakeshrk6 made their first contribution in #206
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Warning
This update is major changes. Please read the upgrade guide.
What's Changed
- build(deps): bump @nestjs/throttler from 4.2.1 to 5.0.0 by @dependabot in #173
- Replace
ts-node
withtsx
by @fityannugroho in #175 - Upgrade
idn-area-data
from 2.2.2 to 3.0.0 by @dependabot in #172 - Consistent API response by @fityannugroho in #179
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in #180
- build(deps-dev): bump tsx from 3.12.10 to 3.13.0 by @dependabot in #181
- build(deps-dev): bump @types/node from 20.6.2 to 20.7.0 by @dependabot in #182
- Add
meta
property in data endpoints response by @fityannugroho in #185 - build(deps-dev): bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #184
- Add pagination by @fityannugroho in #187
- build(deps-dev): bump @types/node from 20.7.0 to 20.8.0 by @dependabot in #186
- Make
name
query param optional by @fityannugroho in #189 - Filter data by the 'parent' code by @fityannugroho in #190
- build(deps-dev): bump prisma from 5.3.1 to 5.4.1 by @dependabot in #191
- build(deps-dev): bump postcss from 8.4.27 to 8.4.31 by @dependabot in #193
- build(deps): bump @prisma/client from 5.3.1 to 5.4.1 by @dependabot in #192
- Update test CI to works with PR from forked repo by @fityannugroho in #196
- Check code formatting on PR or push to
main
by @fityannugroho in #197 - Update README API docs sections by @fityannugroho in #198
- Added Hindi translation of README.md (hindi reviewers requested) by @CharithaCS in #194
- docs:added Tagalog translation of README.md file by @kaustab28 in #195
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in #200
- Delete
parents/{code}/childs
endpoints by @fityannugroho in #203
New Contributors
- @CharithaCS made their first contribution in #194
- @kaustab28 made their first contribution in #195
Full Changelog: v3.1.1...v4.0.0
v3.1.1
What's Changed
- build(deps): upgrade
idn-area-data
to v2.2.2 by @fityannugroho in #170 - Upgrade deps with patch and minor updates by @fityannugroho in #171
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
Feature
- Add rate limiting by @fityannugroho in #140
Build
- build(deps-dev): bump eslint from 8.45.0 to 8.46.0 by @dependabot in #121
- build(deps): bump @prisma/client from 5.0.0 to 5.1.1 by @dependabot in #125
- build(deps-dev): bump eslint-config-prettier from 8.8.0 to 9.0.0 by @dependabot in #127
- build(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.3.0 by @dependabot in #128
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.3.0 by @dependabot in #129
- build(deps-dev): bump prisma from 5.0.0 to 5.1.1 by @dependabot in #131
- build(deps-dev): bump @vitest/coverage-v8 from 0.33.0 to 0.34.1 by @dependabot in #132
- build(deps-dev): bump vitest from 0.33.0 to 0.34.1 by @dependabot in #133
- build(deps-dev): bump eslint from 8.46.0 to 8.47.0 by @dependabot in #135
- build(deps): bump idn-area-data from 2.1.2 to 2.2.0 by @dependabot in #136
- build(deps-dev): bump @types/node from 20.4.2 to 20.5.0 by @dependabot in #137
- build(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.4.0 by @dependabot in #138
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.4.0 by @dependabot in #139
Full Changelog: v3.0.0...v3.1.0
v3.0.0
v3.0.0 (18-07-2023)
Migrate to v3.0.0
- You must upgrade Node.js to v18.
- If you are using PostgreSQL, make sure your PostgreSQL version is 9.6 or higher to be compatible with Prisma 5. (see Upgrade to Prisma 5).
What's Changed
- Refactor the directory structure by @fityannugroho in #108
- Upgrade to Prisma 5 & Node.js 18 by @fityannugroho in #109
- Improve test by @fityannugroho in #110
- Upgrade linter by @fityannugroho in #112
- Improve sorting and validation by @fityannugroho in #114
- Fix unit tests by @fityannugroho in #116
- build(deps): patch and minor upgrade by @fityannugroho in #117
- Breaking Changes: v3.0.0 by @fityannugroho in #111
Full Changelog: v2.2.3...v3.0.0
v2.2.3
What's Changed
- Upgrade minor and patch dependencies update by @fityannugroho in #106
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- build(deps): bump idn-area-data to v2.1.1 by @fityannugroho in #100
- build(deps): bump @nestjs/swagger from 7.0.1 to 7.1.1 by @dependabot in #93
- build(deps-dev): bump jest from 29.5.0 to 29.6.1 by @dependabot in #98
- build(deps-dev): bump @types/node from 20.3.1 to 20.4.1 by @dependabot in #99
Full Changelog: v2.1.1...v2.2.2
v2.2.1
What's Changed
- build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by @dependabot in #80
- build(deps-dev): bump @nestjs/cli from 10.0.2 to 10.1.0 by @dependabot in #81
- Add data changes checker before seeding the data by @fityannugroho in #83
- Performance: replace
ts-jest
with@swc/jest
by @fityannugroho in #85 - Perf: Speed up nest-cli using
swc
by @fityannugroho in #88 - Revert "Perf: Speed up nest-cli using
swc
" by @fityannugroho in #92 - build(deps): bump idn-area-data from 2.0.1 to 2.1.0 by @dependabot in #91
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.61.0 by @dependabot in #89
- build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.61.0 by @dependabot in #90
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- refactor: create
utils/config
folder by @fityannugroho in #78 - Add shadow database and production environment support by @fityannugroho in #79
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Upgrade idn-area-data to v2.0.0 by @fityannugroho in #74
- build(deps-dev): bump prisma from 4.15.0 to 4.16.1 by @dependabot in #71
- build(deps): bump @prisma/client from 4.15.0 to 4.16.1 by @dependabot in #72
- Skip TypeScript checking for
prisma.$runCommandRaw()
method by @fityannugroho in #76 - build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by @dependabot in #66
- build(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.0 by @dependabot in #67
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 by @dependabot in #68
Full Changelog: v2.0.0...v2.1.0