## v0.12.4
- update `date` utils

## v0.12.3
- update `vee_validate` rules for next version
- update `phone_number` utils

## v0.12.2
- update `is_object` return type

## v0.12.1
- update `navigation` util, add sort navigation by sequence and get navigation bg color

## v0.12.0
- add `request` util
- add more regex 
- add more date function

## v0.11.6
- update `IPagination` interface

## v0.11.5
- remove `@ag1/backend_util` lib
- add `npm_packages` util
- update s3 interfaces
- update rollup config

## v0.11.4
- update `s3` utils, not require login_id

## v0.11.3
- fixed `GetSignedUploadUrlParam`, change dealer_name to `dealer_account_code`

## v0.11.2
- update `auth` utils, fill `rold_id` into `IAuthInfo`

## v0.11.1
- fixed function export

## v0.11.0
- add `remove_undefined_and_empty_string_from_object` utils
- add `remove_undefined_from_object` utils

## v0.10.6
- add `convert_object_value_string` utils, use for convert any object value into string

## v0.10.5
- update `navigation` utils, prevent compile error

## v0.10.4
- add `pagination` type

## v0.10.3
- update navigation utils, fill function force redirect login url

## v0.10.2
- update use arrow function in map navigation path

## v0.10.1
- fixed arrow function in map navigation path 

## v0.10.0
- add `navigation` utils

## v0.9.5
- update `date` utils, support pretty date format

## v0.9.4
- add `windows` utils, support safe open new window tab

## v0.9.3
- update deps

## v0.9.2
- update `phone_nnumber` utils, support `pretty phone format`

## v0.9.1
- update `vee-validate` utils, support `vehicle registration` validation

## v0.9.0
- add `vee-validate` utils

## v0.8.0
- add `date` format utils

## v0.7.1
- update `ky_client` utils, `accessToken` param can not be undefined

## v0.7.0
- add `s3` utils, use for upload user's file through atp-bucket
- add `xml_request` utils, use for make an request with tracking upload progress function

## v0.6.0
- add `is_object` utils

## v0.5.2
- update get full name types

## v0.5.1
- update missing export `name`

## v0.5.0
- add `name` utils

## v0.4.1
- fixed unit test
- update dependencies

## v0.4.0
- add `subdomain` utils, use for find subdomain from `window.location.host`

## v0.3.3
- update `auth_storage` data model

## v0.3.2
- add dev mode
- update entrypoint will ignore polyfill 

## v0.3.1
- add `promise-polyfill`
- add `abort-controller-polyfill`

## v0.3.0
- add `ky_client` 

## v0.2.4
- fixed node polyfills

## v0.2.3
- fixed rollup config
- fixed build script

## v0.2.2
- fixed tsc build

## v0.2.1
- update exporter
- update rollup config

## v0.2.0
- add `auth_storage`
- add `cookie_storage`

## v0.1.2
- add `convertPhonNumbToMsisdn` to `phone_number` utils
- add `convertMsisdnToPhonNumb` to `phone_number` utils
- remove `formatMsisdn`

## v0.1.1
- remove private use
- update package name to `atp-webutils`

## v0.1.0
- _initialize_
- add `is_not_nil`
- add `regex`
- add `phone_number`