This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Releases: swarmion/template
Releases · swarmion/template
v1.0.8
What's Changed
- chore: update eslint config by @fargito in #187
- chore(vscode): add iam-legend extenstion by @adriencaccia in #189
- fix(libraries): only run dependency cruiser on src by @fargito in #188
- chore: bump node version from 14.18.2 to 16.15.0 by @fargito in #193
- Chore/upgrade serverless contracts version to 0.6.0 by @StanHannebelle in #190
- chore: bump swarmion from 0.6.1 to 0.7.1 by @fargito in #200
- refactor: move RoutePaths definition by @StanHannebelle in #201
- feat/remove custom eslint import order rule by @adriencaccia in #202
Migration
If you have generated a Swarmion app before this release, linting performance may be greatly improved by applying #202. Check it out!
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- fix(frontend-shared): add missing dependencies by @fargito in #163
- chore(yarn): discard compatibility warnings by @fargito in #164
- chore: bump nx from 13.10.3 to 14.0.2 by @fargito in #166
- chore: use nx daemon process by @fargito in #169
- feat: add eslint rule to import aws-sdk by @StanHannebelle in #172
- chore(ci): add pull_request ci by @fargito in #157
- Speed up CI: single build job by @qhello in #176
- feat(code-splitting): import lazily home to enforce best practices by @LouisPinsard in #180
- Add Fresko CLI by @qhello in #181
- chore: remove global watch command by @Paulmolin in #182
New Contributors
- @qhello made their first contribution in #176
- @Paulmolin made their first contribution in #182
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- chore: update tsconfig by @fargito in #152
- chore: use shared serverless constraint by @fargito in #158
Upgrade notes
Add a frameworkVersion
export in packages/serverless-configuration/src/sharedConfig.ts
in order to keep compatibility with swarmion tools v1.5.5
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- fix(nx): make nx command work again by @adriencaccia in #141
- Preventing circular dependencies introduction thanks to dependency cruiser by @StanHannebelle in #120
- docs: add charlesgery as a contributor for code by @allcontributors in #142
- docs: add StanHannebelle as a contributor for code by @allcontributors in #143
- chore: bump @swarmion/serverless-contracts from 0.4.5 to 0.5.0 by @fargito in #147
- Feat: add
@swarmion/nx-plugin
to dependencies by @guillaumeduboc in #148 - feat(forum): add sample create post lambda by @fargito in #149
New Contributors
- @StanHannebelle made their first contribution in #120
- @charlesgery made their first contribution in #120
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- docs(configuration): update shared params docs by @fargito in #128
- chore: bump minimist from 1.2.5 to 1.2.6 by @fargito in #129
- chore: upgrade packages by @fargito in #131
- docs: update installation doc by @fargito in #132
- docs: fix broken link to contracts by @fargito in #133
- docs: fix broken link to shared config by @fargito in #134
- docs: update license by @fargito in #136
- feat: use moduleDirectories option in jest to avoid moduleNameMapper pain by @fargito in #138
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- chore: ignore files to generate when linting by @pmilliotte in #123
- chore: let serverless resolve typescript paths by @pmilliotte in #124
- docs: add jsdoc on esbuild mainFields by @fargito in #126
New Contributors
- @pmilliotte made their first contribution in #123
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- chore(app): replace redux-devtools-extension with @redux-devtools/ext… by @fargito in #100
- chore(esbuild): minify code by @adriencaccia in #101
- feat(contracts): remove usage of swarmion serverless contracts by @adriencaccia in #103
- chore: exclude tests from ts build by @fargito in #111
- Add service generator by @guillaumeduboc in #102
- Feat(library generator): add
tsconfig.build.json
by @guillaumeduboc in #114 - fix(generators): fix export and add quiet transpilation by @fargito in #116
- Add frontend shared library by @adriencaccia in #118
- Add directory option to generators by @guillaumeduboc in #119
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- chore(vite): enable production-like behavior in staging by @adriencaccia in #96
- chore: upgrade packages by @fargito in #98
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release 🥳
Thanks to our first contributors @adriencaccia @fargito @guillaumeduboc @MaximeVivier @GuillaumeLagrange @LouisPinsard