Releases: amirhoseinsalimi/exdevs-ir
Releases · amirhoseinsalimi/exdevs-ir
v1.9.0
What's Changed
- Add TypeORM by @amirhoseinsalimi in #62
- Bump dotenv from 8.6.0 to 16.0.3 by @dependabot in #52
- Add type to envs by @amirhoseinsalimi in #63
- build(deps-dev): bump chai and @types/chai by @dependabot in #60
- build(deps): bump postcss from 8.4.17 to 8.4.21 by @dependabot in #64
- build(deps-dev): bump readable-stream from 3.6.0 to 3.6.2 by @dependabot in #67
- build(deps): bump express and @types/express by @dependabot in #69
- test: fix test files by @amirhoseinsalimi in #71
- refactor: migrate database from mysql to sqlite by @amirhoseinsalimi in #72
- fix: fix team navigation by @amirhoseinsalimi in #73
- fix: remove invalid CSS link by @amirhoseinsalimi in #74
Full Changelog: v1.7.0...v1.9.0
v1.8.0
What's Changed
- fix: fix lintstaged config
- refactor: move hash function to a dedicated file
- feat: setup TypeORM
- refactor: migrate to commonjs module system
- refactor: change migration files to *.ts
- style: remove front-end comments
- refactor: drop using plusplus operator
- refactor: use TypeORM models and repository pattern
- feat: add types to env variables
- chore(deps): bump dotenv from 8.6.0 to 16.0.3 by @dependabot in #52
- chore: fix the default port for redis
- feat: add types to env variables
Full Changelog: v1.7.0...v1.8.0
1.7.0
What's Changed
- build(deps-dev): bump @types/node from 18.11.4 to 18.11.17 by @dependabot in #58
- build(deps-dev): bump lint-staged from 13.0.3 to 13.1.0 by @dependabot in #59
- fix: enable error logging for nodemon
- test: fix types
- refactor: separate routes into different files
- fix: remove unused file extension from lintstaged
- style: remove obvious comments
- fix: use constants for table names in seeds
Full Changelog: 1.6.0...1.7.0
v1.6.0
What's Changed
- Update README.md by @amirhoseinsalimi in #2
- Setup admin using seeds + Add GitHub ribbon by @amirhoseinsalimi in #3
- Fix create user bug by @amirhoseinsalimi in #4
- Write tests by @amirhoseinsalimi in #5
- Hotfix/tests by @amirhoseinsalimi in #6
- Re-structure tests by @amirhoseinsalimi in #7
- Write authentication middleware by @amirhoseinsalimi in #8
- Change project structure by @amirhoseinsalimi in #9
- Migrate backend to typescript by @amirhoseinsalimi in #10
- Change project name and address to "exdevs.ir" by @amirhoseinsalimi in #11
- Install "ts-node" for key generate by @amirhoseinsalimi in #12
- Hotfix: deployment issues by @amirhoseinsalimi in #13
- Feature: admin logout by @amirhoseinsalimi in #14
- Write test for logout by @amirhoseinsalimi in #15
- Delete projects section by @amirhoseinsalimi in #30
- Reconfig TS compiler by @amirhoseinsalimi in #31
- refactor: use
async/await
instead ofthen/catch
by @amirhoseinsalimi in #33 - Enhancement: Use
async/await
in backend + minor improvements by @amirhoseinsalimi in #34
Full Changelog: v1.5.0...1.6.0