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

feat: refactor & upgrade to Angular 16, main dependencies (no RxDB upgrade yet) #38

Merged
merged 13 commits into from
Oct 18, 2023

Conversation

voznik
Copy link
Owner

@voznik voznik commented Oct 14, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[x] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[x] Build related changes
[x] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

  • upgrade to Angular 16
  • upgrade main dependencies (no RxDB upgrade yet)
  • refactor - rename files & introduce library secondary entry points, move to config, collection, core, utils, testing
  • refactor collection service:
    • init in constructor
    • move wait for init observable to method decorator, also call original method w\o subscribe
    • introduce public count method, called via common static collection method
  • fix & refactor example (demo) TodoMVC application - fix footer, edit todo, clear completed todos
  • fix README docs

Does this PR introduce a breaking change?

[x] Yes
[ ] No

Other information

@voznik voznik force-pushed the upgrade/angular-16 branch 2 times, most recently from 636be25 to 1c03c05 Compare October 16, 2023 17:38
@voznik voznik force-pushed the upgrade/angular-16 branch 3 times, most recently from aa8375c to 5efcbda Compare October 16, 2023 18:04
@voznik voznik force-pushed the upgrade/angular-16 branch 3 times, most recently from 569a932 to a94296a Compare October 17, 2023 14:32
@voznik voznik changed the title feat: upgrade to Angular 16 feat: refactor & upgrade to Angular 16, main dependencies (no RxDB upgrade yet) Oct 18, 2023
@voznik voznik self-assigned this Oct 18, 2023
@voznik voznik merged commit 5547acf into master Oct 18, 2023
2 checks passed
@voznik voznik deleted the upgrade/angular-16 branch October 18, 2023 15:14
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