Releases: piercefreeman/mountaineer
Releases · piercefreeman/mountaineer
v0.10.4.dev2
What's Changed
- Update rolldown to beta 60 by @piercefreeman in #227
Full Changelog: v0.10.4.dev1...v0.10.4.dev2
v0.10.4.dev1
v0.10.3
What's Changed
- Compatibility with fastapi 0.118 by @piercefreeman in #225
- Add local debug webapp to cma by @piercefreeman in #224
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Merge pull request #223 from piercefreeman/feature/fix-typehint-gener…
v0.10.1
Merge pull request #217 from piercefreeman/feature/upgrade-rolldown-2 Bump rolldown and make debug a module import
v0.10.0
Highlights
- Upgrade CMA to use our latest conventions, including db-session fixtures
- Add convention for building library plugins that wrap controllers and views (useful for auth, management pages shared across projects, or other common conventions)
- Refactor controller caching logic for faster and more consistent refreshing during development
- Improve typehints generated in _server to pass typescript linters
What's Changed
- Update bundled tailwind to 4.0 by @piercefreeman in #200
- V1 of plugin conventions by @piercefreeman in #202
- Only build client, non-plugin dependencies by @piercefreeman in #203
- Refactor controller hierarchy to separate graph by @piercefreeman in #206
- Unify controller file cache API by @piercefreeman in #207
- Add testing stubs in CMA by @piercefreeman in #205
- Skip build for plugins by @piercefreeman in #208
- Require parent to set view base for controller by @piercefreeman in #209
- Reload all fe dependencies on shared module change by @piercefreeman in #210
- Bump exceptions by @piercefreeman in #211
- Add more specific typehints for _server by @piercefreeman in #212
- Fix windows tests by @piercefreeman in #213
Full Changelog: v0.9.2...v0.10.0
v0.10.0.dev5
Merge pull request #213 from piercefreeman/feature/fix-windows-build Fix windows tests
v0.10.0.dev4
Merge pull request #211 from piercefreeman/feature/bump-exceptions Bump exceptions
v0.10.0.dev3
Merge pull request #205 from piercefreeman/feature/add-testing-stubs-…
v0.10.0.dev2
Merge pull request #203 from piercefreeman/feature/fix-build-with-plu…