Releases: feliperomero3/MoneySmart
Releases · feliperomero3/MoneySmart
v0.8.3-preview
Changes:
- 5309b66 Bump version to 0.8.3-preview.
- d5e4352 Show expenses in different color in account details partial view.
- a496edb Show expenses in different color in transaction details partial view.
- de372ae Remove DisplayTemplate for decimal type.
- ebfd13a Use HTML helper to display amount in a transaction card.
- 680bf48 Remove EF Core scaffolding supporting tools.
- 67415f3 Add Custom Input Tag Helper.
- 66baf0b Use DbContext.Set for ApplicationDbContext DbSet properties.
- b25c12b Suppress SonarCloud S2365 warning: Refactor 'Accounts' into a method, properties should not copy collections.
- f4025e4 Add MaxLength attribute to TransferInputModel Notes property.
See More
- fcb7f3e Update edit transaction integration test.
- 92aa471 Remove html form elements disabled attribute before AngleSharp form submission in Integration Tests.
- 9deaed9 Simplify account edit page.
- a4d2390 Extract accounts query to the page model property in edit page.
- 23610d2 Remove redundant transaction ID in edit page.
This list of changes was auto generated.
v0.8.2-preview
Changes:
- bd5db58 Bump version to 0.8.2-preview.
- 9729a11 Fix transaction edit.
- 2cda48f Fix XML documentation in TrackEvent overload.
- e835d7a Capture create account telemetry event.
- 5a8adee Apply code formatting.
- dcff830 Add telemetry TrackEvent overload.
- d744928 Remove response caching in transactions create page.
- a4a72f5 Extract accounts query to the page model property in transactions create page.
This list of changes was auto generated.
v0.8.1-preview
Changes:
- e5e5f59 Bump version to 0.8.1-preview.
- d90112f Update account EF Core entity configuration.
- 7014ddc Move transaction edit model to its corresponding page model.
- f8ccb01 Convert Account table Name column to varchar.
- d84be9b Update transaction EF Core entity configuration.
- b274f68 Rename GeneralPageTests to IndexPageTests.
- 1e50715 Rename integration tests appsettings.json to appsettings.IntegrationTests.json.
- 44179aa Add T-SQL utility script.
- 7e4ba8a Set on delete behavior for transaction entity.
- 92eddba Move transaction create model to its corresponding page model.
See More
- 583328e Rename file to TelemetryConstants.
- 8b5e168 Move account input model into the page model.
- 0e09c6f Extract telemetry event names to constants.
- 8910588 Add XML document to telemetry related types.
- 1c2c6fc Avoid double database query in Transfers page.
- 61a7c32 Disable sidebar auto expand on hover or focus.
- 84f55f0 Enable remember pushmenu collapsed.
- 7511716 Set main sidebar layout fixed.
This list of changes was auto generated.
v0.8.0-preview
Changes:
- cc94626 Bump version to 0.8.0-preview.
- a0d630c Replace textbox (input) with a textarea in transfer notes. [ #125 ]
- 6b198d5 Use textarea for transaction notes.
- 8231822 Add support to enter notes in a transaction. [ #97 ]
- e926646 Update README.
- c5bbd04 Disable ReSharper's UnusedAutoPropertyAccessor code inspection in ApplicationDbContext.
- 9107841 Extract EF Core Transfers table entity configuration.
- 165f3d8 Extract EF Core Transactions table entity configuration.
- d1c4868 Extract EF Core Accounts table entity configuration.
- 07c6c26 Set Program.CreateHostBuilder method to private.
See More
- fce9b4b Add missing transactions table datetime index.
- affef05 Add explicit name to transactions table AccountId index.
- 05e4eb7 Add explicit name to accounts table index.
- 6f56484 Update README.
- 5fb1cc8 Set Startup.Configuration property to private.
- e620903 Add cache to accounts page.
- f247f23 Refresh application (sample) seed data.
- 9d0ff9a Update logging log levels for console.
This list of changes was auto generated.
v0.7.0-preview
Changes:
- d3cfdcb Bump version to 0.7.0-preview.
- c854076 Fix Warning S6678: Use PascalCase for named placeholders.
- c180c53 Suppress warning S2325 by Sonar Cloud.
- 0c96265 Use SVG favicon.
- d904286 Add cache to create transaction page.
- 648c7a4 Remove obsolete link in the login page.
- 0d671a1 Include account balance in account details page.
- ab0da11 Extract account details to partial view.
- 92586e2 Implement builder pattern for tests.
- f54b378 Fix active CSS class for the current menu item in sidebar.
v0.6.8-preview
Changes:
- 57ed073 Bump version to 0.6.8-preview
- 728776c Add decimal display template.
- 4a179d9 Update logging log levels.
- 578da48 Show expense transactions in different color in Transactions Index page.
- 75312e1 Update balance calculation. [ #123 ]
- 51c4ea1 Correctly apply exclude from code coverage attribute.
- 6f36a77 Wrap version information in an HTML span tag.
- 449aa62 Add edit account unit test.
- e44872a Remove unnecessary 'required' annotation in Account model.
- 36e06e2 Annotate Account model's Balance property as currency.
This list of changes was auto generated.
v0.6.7-preview
Changes:
- 8f567e0 Bump version to 0.6.7-preview
- d3a9c57 Include Balance in Accounts page. [ #51 ]
- 87bef1d Replace table with cards in Accounts page.
- 4678ced Update Accounts mapping to Models.
- a1d5098 Make TransactionModel properties init-only.
- 08d3d3b Format transaction displayed date.
- 2aa3dbc Extract services configuration to extensions classes.
This list of changes was auto generated.
v0.6.6-preview
Changes:
- bda4d26 Bump version to 0.6.6-preview
- 9d9b3e1 Update logging log levels.
- 25e87d4 Update _LoginPartial.
- 72ef35a Use cache response in all environments.
- e857e01 Vary response cache by query arguments.
- 4fe55a8 Add Edit link to transaction details modal.
- 77e16ab Use Javascript Event delegation for the anchor click event handler.
This list of changes was auto generated.
v0.6.5-preview
v0.6.4-preview
Changes:
- 2846dd5 Bump version to 0.6.4-preview
- ab3e369 Show transaction details in a modal.
- 13f7187 Make 'CreateUser' on Register page a static method.
- ff760ea Set required duration parameter for response caching.
- 83862f4 Add response caching services.
- 8741427 Update UserTelemetryMiddleware.
- f8861bc Add controllers.
- eae6068 Update logging levels.
- 7135b04 Exclude selected types from code coverage calculations.
This list of changes was auto generated.