Releases: fityannugroho/idn-area
v7.0.1
What's Changed
- fix(swagger): correct Swagger schema generation, enable type check on build by @fityannugroho in #525
- chore(deps): bump the npm_and_yarn group with 3 updates by @dependabot[bot] in #524
Full Changelog: v7.0.0...v7.0.1
v7.0.0
BREAKING CHANGES ⚠️
Minimum Node.js version
Now Node.js version 22 or later is required.
Data updates
-
Data source was upgraded from
idn-area-datav3.1.2 to v4.0.0 -
Format changes
-
Restored original dotted notation: The API now preserves the dotted format from the source data instead of removing dots like in previous versions. For example:
Regency codes:
3201→32.01
District codes:320101→32.01.01
Village codes:3201012001→32.01.01.2001
Island codes:320140001→32.01.40001 -
Standardized name capitalization: Changed from ALL CAPS to proper case formatting. For example:
JAWA BARAT->Jawa Barat
KABUPATEN BOGOR->Kabupaten Bogor
-
See full details in Upgrading to V7.
What's Changed
- Update workflows, test the Docker image by @fityannugroho in #513
- Upgrade Node.js to v22, bump dependencies by @fityannugroho in #518
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot[bot] in #514
- Update data to v4 by @fityannugroho in #520
- chore(deps-dev): bump unplugin-swc from 1.5.5 to 1.5.6 by @dependabot[bot] in #522
- fix: Dockerize improvements - add missing build args and Docker instructions by @fityannugroho in #523
Full Changelog: v6.0.0...v7.0.0
v6.0.0
BREAKING CHANGES ⚠️
Minimum Node.js version
Now Node.js version 20.9 or later is required.
Response changes for mongodb
If you are using mongodb as your database provider, the _id property is now removed from the response (see the details in #469). Run this command to apply the changes:
pnpm prisma:gen && pnpm db:migrate && pnpm db:seed
What's Changed
- Upgrade to nest.js v11 and another dependencies to latest by @fityannugroho in #490
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group by @dependabot in #476
- chore(deps): bump vite from 5.4.11 to 6.2.3 in the npm_and_yarn group by @dependabot in #491
- chore(deps): bump esbuild from 0.23.1 to 0.25.1 in the npm_and_yarn group by @dependabot in #492
- Mongo schema changes by @fityannugroho in #493
Full Changelog: v5.1.0...v6.0.0
v5.1.0
What's Changed
- Improve seeder by @fityannugroho in #466
- Update code style configuration by @fityannugroho in #467
- Enable typescript
strictNullChecksby @fityannugroho in #468
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
BREAKING CHANGES
- Refactor: replace ESLint and Prettier with Biome by @fityannugroho in #440
- Migrate from
npmtopnpmby @fityannugroho in #458 - Move documentation from
/docsinto root/by @fityannugroho in #461 - Use SWC as builder, merge
/commonmodule into/src/commonby @fityannugroho in #462
Other changes
- build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in #438
- Upgrade patch & minor dependencies by @fityannugroho in #439
- build(deps): bump @nestjs/config from 3.2.3 to 3.3.0 by @dependabot in #442
- chore(deps-dev): bump @types/node from 22.7.6 to 22.8.4 by @dependabot in #447
- Upgrade
vitestand another dependencies by @fityannugroho in #459 - Update
@nestjs/swaggerto v8 by @fityannugroho in #460 - Fix
Dockerfileand production start script by @fityannugroho in #463
Full Changelog: v4.4.1...v5.0.0
v4.4.1
What's Changed
- Improve CI by testing the application with different databases and Node.js versions by @fityannugroho in #392
- build(deps-dev): bump @types/node from 22.1.0 to 22.3.0 by @dependabot in #401
- build(deps-dev): bump tsx from 4.16.2 to 4.17.0 by @dependabot in #394
- build(deps): bump @nestjs/platform-fastify from 10.3.3 to 10.4.1 by @dependabot in #400
- build(deps-dev): bump @nestjs/testing from 10.3.3 to 10.4.1 by @dependabot in #399
- build(deps): bump @nestjs/common from 10.3.3 to 10.4.1 by @dependabot in #402
- build(deps): bump @nestjs/core from 10.3.3 to 10.4.1 by @dependabot in #403
- build(deps-dev): bump @types/node from 22.3.0 to 22.4.1 by @dependabot in #405
- build(deps): bump @nestjs/throttler from 6.1.0 to 6.2.1 by @dependabot in #407
- build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group by @dependabot in #408
- build(deps-dev): bump tsx from 4.17.0 to 4.19.0 by @dependabot in #411
- build(deps-dev): bump @types/node from 22.4.1 to 22.5.4 by @dependabot in #417
- build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in #419
- build(deps-dev): bump prisma from 5.18.0 to 5.19.1 by @dependabot in #422
- build(deps-dev): bump typescript from 5.5.3 to 5.6.2 by @dependabot in #421
- build(deps): bump @prisma/client from 5.18.0 to 5.19.1 by @dependabot in #415
- build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in #423
- build(deps): bump rollup from 3.29.4 to 3.29.5 in the npm_and_yarn group by @dependabot in #431
- build(deps-dev): bump @types/node from 22.5.4 to 22.7.2 by @dependabot in #430
- build(deps-dev): bump prisma from 5.19.1 to 5.20.0 by @dependabot in #428
- build(deps): upgrade minor dependencies version by @fityannugroho in #434
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- build(deps-dev): bump prisma from 5.12.1 to 5.13.0 by @dependabot in #326
- build(deps): bump @prisma/client from 5.12.1 to 5.13.0 by @dependabot in #327
- build(deps-dev): bump @swc/core from 1.4.2 to 1.5.0 by @dependabot in #329
- build(deps-dev): bump supertest from 6.3.4 to 7.0.0 by @dependabot in #328
- build(deps-dev): bump tsx from 4.7.1 to 4.9.3 by @dependabot in #331
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group by @dependabot in #357
- build(deps-dev): bump tsx from 4.9.3 to 4.15.7 by @dependabot in #363
- build(deps-dev): bump @types/node from 20.12.4 to 20.14.8 by @dependabot in #364
- build(deps): bump @prisma/client from 5.13.0 to 5.15.1 by @dependabot in #359
- build(deps-dev): bump prisma from 5.13.0 to 5.15.1 by @dependabot in #360
- build(deps): bump @nestjs/throttler from 5.1.2 to 6.0.0 by @dependabot in #373
- build(deps-dev): bump typescript from 5.4.4 to 5.5.3 by @dependabot in #371
- build(deps-dev): bump prettier from 3.2.5 to 3.3.3 by @dependabot in #374
- build(deps-dev): bump prisma from 5.15.1 to 5.16.2 by @dependabot in #372
- build(deps-dev): bump @nestjs/cli from 10.3.2 to 10.4.2 by @dependabot in #376
- build(deps-dev): bump @swc/core from 1.5.0 to 1.6.13 by @dependabot in #377
- build(deps-dev): bump tsx from 4.15.7 to 4.16.2 by @dependabot in #378
- build(deps): bump @nestjs/swagger from 7.3.0 to 7.4.0 by @dependabot in #379
- build(deps-dev): bump unplugin-swc from 1.4.4 to 1.5.1 by @dependabot in #382
- build(deps-dev): bump prisma from 5.16.2 to 5.17.0 by @dependabot in #381
- build(deps): bump @prisma/client from 5.15.1 to 5.17.0 by @dependabot in #380
- build(deps-dev): bump @swc/core from 1.6.13 to 1.7.0 by @dependabot in #384
- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #383
- build(deps-dev): bump @types/node from 20.14.8 to 22.0.0 by @dependabot in #386
- build(deps): bump @nestjs/throttler from 6.0.0 to 6.1.0 by @dependabot in #390
- build(deps-dev): bump @types/node from 22.0.0 to 22.1.0 by @dependabot in #387
- build(deps-dev): bump prisma from 5.17.0 to 5.18.0 by @dependabot in #389
- build(deps): bump @prisma/client from 5.17.0 to 5.18.0 by @dependabot in #388
- Add SQLite support by @fityannugroho in #391
Full Changelog: v4.3.1...v4.4.0
v4.3.1
What's Changed
- build(deps): bump vite from 4.5.2 to 4.5.3 by @dependabot in #319
- build(deps-dev): bump @types/node from 20.11.20 to 20.12.4 by @dependabot in #318
- build(deps-dev): bump typescript from 5.3.3 to 5.4.4 by @dependabot in #320
- build(deps-dev): bump prisma from 5.10.2 to 5.12.1 by @dependabot in #321
- build(deps): bump @prisma/client from 5.10.2 to 5.12.1 by @dependabot in #322
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- build(deps-dev): bump prisma from 5.9.1 to 5.10.2 by @dependabot in #304
- build(deps): bump @prisma/client from 5.9.1 to 5.10.2 by @dependabot in #305
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #306
- Add
parentdata intoGET /{area}/{code}endpoints by @fityannugroho in #307 - Bring back MongoDB
idproperty to API response by @fityannugroho in #309
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- build(deps): bump dotenv from 16.3.1 to 16.4.1 by @dependabot in #281
- build(deps): bump vite from 4.5.1 to 4.5.2 by @dependabot in #282
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.20.0 by @dependabot in #285
- build(deps-dev): bump @typescript-eslint/parser from 6.19.0 to 6.20.0 by @dependabot in #284
- build(deps-dev): bump prisma from 5.8.1 to 5.9.0 by @dependabot in #287
- build(deps): bump @prisma/client from 5.8.1 to 5.9.0 by @dependabot in #286
- build(deps-dev): bump @swc/core from 1.3.102 to 1.4.0 by @dependabot in #290
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 by @dependabot in #289
- build(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0 by @dependabot in #291
- Fix
IsNotSymboldecorator & update the allowed symbols for village by @fityannugroho in #296 - chore(npm): update dependencies and metadata (415e5da)
Full Changelog: v4.2.0...v4.2.1