Releases: fityannugroho/idn-area
Releases · fityannugroho/idn-area
v2.0.0
What's Changed
- Upgrade to NestJS 10 by @fityannugroho in #64
- v2.0.0: support PostgreSQL and MySQL database, refactor, & upgrade to NestJS v10 by @fityannugroho in #63
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- v1.1.0: Create island endpoints 🏝️ by @fityannugroho in #53
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- build(deps): bump @prisma/client from 4.14.0 to 4.15.0 by @dependabot in #45
- build(deps-dev): bump eslint from 8.41.0 to 8.42.0 by @dependabot in #47
- Manage the data in another repo by @fityannugroho in #51
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- build(deps-dev): bump @nestjs/schematics from 9.1.0 to 9.2.0 by @dependabot in #31
- build(deps-dev): bump eslint from 8.40.0 to 8.41.0 by @dependabot in #40
- build(deps-dev): bump @types/node from 18.15.11 to 20.2.5 by @dependabot in #43
- build(deps-dev): bump prisma from 4.14.0 to 4.15.0 by @dependabot in #44
- build(deps-dev): bump @nestjs/cli from 9.4.0 to 9.5.0 by @dependabot in #32
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- #36 Update tests workflow to migrate and seed the database (@fityannugroho)
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Finally, v1.0.0 🎉🎉🎉
Features
- Using the latest official data of the Indonesian area.
- Well-documented and easy-to-use API endpoints to retrieve province, regency, district, and village data.
- Using tests suite to ensure the validity of the data source and the data that returned by each endpoints.
- API playground to try the endpoints and inspect the response (see
/docs
endpoint).
Contributors
v1.0.0-rc
What's Changed
- Update almost all dependencies.
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v0.1.3...v1.0.0-rc
v0.1.3
Update dependencies:
@nestjs/config
: v1.2.1 -> v2.0.1@nestjs/mongoose
: v9.0.2 -> v9.1.0@nestjs/platform-fastify
: v8.4.3 -> v8.4.5@nestjs/swagger
: v5.2.0 -> v5.2.1fastify-swagger
: v4.17.1 -> v5.2.0@types/jest
: v27.0.2 -> v27.5.1@types/node
: v16.0.0 -> v17.0.36jest
: v27.2.5 -> v28.1.0ts-jest
: v27.0.3 -> v28.0.3tsconfig-paths
: v3.10.1 -> v4.0.0
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- [Snyk] Upgrade @nestjs/config from 1.2.0 to 1.2.1 by @fityannugroho in #6
- [Snyk] Upgrade fastify-swagger from 4.15.0 to 4.17.1 by @fityannugroho in #5
- [Snyk] Upgrade @nestjs/platform-fastify from 8.3.1 to 8.4.3 by @fityannugroho in #4
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Enable CORS protocol by @fityannugroho in #1
- Update vulnerable dependencies
New Contributors
- @fityannugroho made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1