Releases: iv0ks/devcamp
Releases · iv0ks/devcamp
Release list
v1.4.0
1.4.0 (2025-11-18)
✨ Features
- bootcamp: add pagination (fbdf58b)
- bootcamp: delete courses on cascade when bootcamp is deleted (5b1dd56)
- bootcamp: implements get all courses for specific bootcamp (f7521ee)
- bootcamp: populate courses data using virtuals (88b735b)
- course: add course model and seeder (3d6b7c9)
- course: allow to update course (978b340)
- course: get single course by id (19a3423)
- course: implement create course and assign to bootcamp (0253bf3)
- course: implement delete course (f9c97fd)
- course: implement get all courses (95a4845)
- course: populate bootcamp name and description (7ecbe4d)
🐛 Bugs
v1.3.0
1.3.0 (2025-11-10)
✨ Features
- bootcamp: add advanced filtering (eb66a50)
- bootcamp: add mongoose pre save hook to generate location using node geocoder (95fff87)
- bootcamp: add select and sorting (4cf4aea)
- bootcamp: get bootcamps within specified radius from zipcode (e5a1bc7)
🛠️ Build
- deps: bump eslint and rimraf to latest version (483c9d5)
- setup: rename porject (9d5f1c0)
- setup: update image label to associate new repo name (007bfc7)
- setup: update legacy label format on dockerfile (865ccf2)
🔄 Refactors
- middleware: resolve issues with error message property (5109fef)
v1.2.0
v1.1.1
v1.1.0
devcamp: v1.0.0
1.0.0 (2025-10-28)
✨ Features
- bootcamp: add total count to get bootcamps response payload (16ef7de)
- bootcamp: create bootcamp model (6186115)
- bootcamp: implement delete endpoint (d601205)
- bootcamp: implements create new bootcamp feature (8b21777)
- bootcamp: implements get all bootcamps (3d9919a)
- bootcamp: implements get bootcamp by id (38b7289)
- bootcamp: implements update bootcamp (7abb95b)
- bootcamps: add bootcamps crud endpoints as routes (e8d4166)
- health: add health endpoint (8061209)
- mongodb: install moongose and configure db connection (6190600)
- setup: use morgan for logging requests (b2771ca)
🧹 Chore
- cut 1.0.0 (5d7de91)
🛠️ Build
- deps: force exact versions (06d993d)
- setup: dockerize nodejs api (9a04b61)
- setup: install and configure semantic-release (26f6763)