# 0.5.0

- Adds `always`
- Adds `isOneOf`
- Adds docs
- Fixes `toFixed` returning `0` for `0`. `toFixed` now always returns a string

# 0.4.0

- Reimplements in typescript (non-breaking) to enhance developer experience in typescript capable editors.

# 0.3.3

- Adds `not`

# 0.3.2

- Adds `repository` in `package.json`

# 0.3.1

- Adds `mapIf`

# 0.3.0

- Adds `label` to `trace`
- Fixes `get` with default value returning `undefined`

# 0.2.0

- `get` now uses string paths instead of arrays (like `lodash/get`)
- Renames `isAtKey` to `isAtPath`
