Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.7-PRE — Project Restructure #17

Merged
merged 5 commits into from
Mar 13, 2024

Conversation

jasonlessenich
Copy link
Member

This PR restructures the library by separating abstraction and implementation.

@jasonlessenich jasonlessenich self-assigned this Mar 13, 2024
@jasonlessenich jasonlessenich changed the title Feature/restructure PREv0.7 —Project Restructure Mar 13, 2024
@jasonlessenich jasonlessenich changed the title PREv0.7 —Project Restructure v0.7-PRE —Project Restructure Mar 13, 2024
@jasonlessenich jasonlessenich changed the title v0.7-PRE —Project Restructure v0.7-PRE — Project Restructure Mar 13, 2024
@jasonlessenich jasonlessenich merged commit 46b0e40 into feature/sessions Mar 13, 2024
@jasonlessenich jasonlessenich deleted the feature/restructure branch March 13, 2024 23:27
jasonlessenich added a commit that referenced this pull request Mar 18, 2024
…nation (#16)

* Started work on implementing sessions

* Replaced cookie-based auth with session-based auth

* Added bearerToken and added sessionToken param to RestrrBuilder#refresh

* Fixed refresh route

* /session/renew => /session/refresh

* Added more session specific routes

* v0.7-PRE — Project Restructure (#17)

* Started work on separating abstraction and implementation

* Added CustomCurrency

* Fixed remaining issues

* Updated .gitignore

* Refactored error handling

* Removed nullable api entities

* dart format && dart fix

* Fully implemented Pagination

* Unified cache views

* dart format && dart fix

* Renamed map_cache_view.dart to cache_view.dart

* fix imports

* fixed tests

* removed debug print

* Renamed Page to Paginated

* Fixed isoCode being required when creating a Currency

* Fixed CurrencyRoutes#create

* Invalidate page cache when upon creating currency

* Made isoCode optional & fixed interface params

* Implemented PartialSession

* Fixed CacheView

* Added Session#createdAt & renamed Session#expiredAt to Session#expiresAt

* fixed test

* Updated CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant