Skip to content

Releases: feliperomero3/MoneySmart

v0.8.3-preview

13 Oct 01:52
5309b66
Compare
Choose a tag to compare
v0.8.3-preview Pre-release
Pre-release

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

07 Oct 03:21
bd5db58
Compare
Choose a tag to compare
v0.8.2-preview Pre-release
Pre-release

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

05 Oct 06:29
e5e5f59
Compare
Choose a tag to compare
v0.8.1-preview Pre-release
Pre-release

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

03 Oct 04:34
cc94626
Compare
Choose a tag to compare
v0.8.0-preview Pre-release
Pre-release

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

29 Sep 22:48
d3cfdcb
Compare
Choose a tag to compare
v0.7.0-preview Pre-release
Pre-release

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.
See More
  • 8b9f8f3 Set active CSS class for the current menu item in sidebar.
  • 8ed9f46 Wrap transaction card event listener in a IIFE.
  • ca9353d Add icons to main sidebar.
  • 84d1f01 Add delete button in the transaction detail modal. [ #124 ]

This list of changes was auto generated.

v0.6.8-preview

27 Sep 03:19
57ed073
Compare
Choose a tag to compare
v0.6.8-preview Pre-release
Pre-release

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

21 Sep 05:03
8f567e0
Compare
Choose a tag to compare
v0.6.7-preview Pre-release
Pre-release

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

20 Sep 04:20
bda4d26
Compare
Choose a tag to compare
v0.6.6-preview Pre-release
Pre-release

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

18 Sep 04:51
f1722d0
Compare
Choose a tag to compare
v0.6.5-preview Pre-release
Pre-release

Changes:

  • f1722d0 Bump version to 0.6.5-preview
  • ced3367 Remove double site.js file inclusion.
  • 38d3107 Add endpoints for Controller actions.
  • ad05ef9 Simplify MoneySmart.IntegrationTests.csproj
  • 8da95c0 Add Transactions integration tests.

This list of changes was auto generated.

v0.6.4-preview

17 Sep 00:09
2846dd5
Compare
Choose a tag to compare
v0.6.4-preview Pre-release
Pre-release

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.