Costs to Expect – Our blog

  • App – [v1.06.0]

    In this release, we become a better internet citizen, make managing assigned filters easier, tweak our styling and fix some bugs. Added We have added the expected security headers to be a better web citizen. We have added an assigned filters section above data tables; it is simpler to remove a set filter. Changed We…

  • API – [v2.09.2]

    We have pushed out a point release of the API, lots of small tweaks. Changed We have switched to a new font; the font is more legible at small screen sizes, and, it looks cool. We have reviewed our HTTP headers; Content-Language missing along with other expected headers. We log the id of the user…

  • App – [v1.05.0]

    In this release, we have added the ability to create `simple-expense` and `simple-item` items; the functionality of the App just increased, Mrs Costs to Expect can now log “bucket” expenses as well as manage lists. Added We have added the ability to create `simple-expenses` and `simple-items`. We have updated the resource summaries; they are now…

  • App – [v1.04.0]

    In this release of the App, we have added a new welcome page and made all views work for each item type. In addition to the new additions, we have fixed a small bug and made several minor tweaks. Added We have updated the tables and filtering controls, they are now specific to the relevant…

  • API – [v2.09.1]

    For this point release, we spent some time fixing and tweaking issues related to adding new item types. Changed We have renamed the existing Interfaces, more straightforward names. We have added additional Interfaces interfaces for the summary models. We have refactored several model classes to again, simplify the naming. We have corrected multiple summary config…

  • API – [v2.09.0]

    In this release of the API, we have added general support for filtering; when we say filtering, we mean limiting the results by range. There are now four operations available to collections, pagination, ordering, filtering on a range and filtering on specific values. We will add range filtering to the remaining non-item routes over time;…

  • API – [v2.08.1]

    We have fixed two small bugs on the Costs to Expect API. Fixed Select the correct year when validating the min and max year for year validation. The logo on the welcome page will redirect you to the API, not the app dashboard.

  • Website – [v1.12.1]

    We have fixed two small bugs on the Costs to Expect Website. Fixed Search the name field rather than the description field. Selecting a subcategory will now jump you to the expenses table.

  • API – [v2.08.0]

    In the newest release of the Costs to Expect API, we add a new `item` type, “Simple items”. The intention is the new `item` type will be used to manage lists and collections. We found the process of adding a new `type` to be more complicated than it should; we have refactored the item code…

  • App – [v1.03.1]

    We have released a minor update to the Costs to Expect App. We are adding new `item types` to the Costs to Expect API and needed to push out a small release to ensure the App correctly handles data it doesn’t understand. The full changelog is below: Changed We have added a helper method to…