# @bpd-library/utilities

## v79
Added `showPrice` utility that returns a boolean when a construction number, property type or apartment building price should be shown, based on the status.

## v80
Added a `objectType` property to the following objects to make it easier to find out what api model it is:
- `ExtendedConstructionNumber`
- `ExtendedPropertyType`
- `ExtendedApartmentBuilding`
- `ExtendedProjectPhase`

## v81
Fixed small bug where property types would get a status of `InPreparation` when the project is sold and it has no construction numbers.

## v82
Added `findExtendedObjectById` function to find an object by id in `ExtendedAreaModels`

## v100
Added `SaleSoon` status to apartment buildings in `extended-area`

## v101
Added `areaProject` property to `ExtendedConstructionNumber` type

## V105
- Updated swagger spec
- Removed a few properties from the extendedArea excluded properties list

## V106
- Added properties back to excluded properties list, because they were causing too large api calls and exceeding session storage limit
