Skip to content

Tags: ideal-postcodes/core-node

Tags

4.0.1

Toggle 4.0.1's commit message
chore(release): 4.0.1 [skip ci]

## [4.0.1](4.0.0...4.0.1) (2022-04-04)

### Bug Fixes

* **Core-Interface:** Update to 3.1.0 ([cbea7e1](cbea7e1))

4.0.0

Toggle 4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](3.0.1...4.0.0) (2022-02-14)

### Features

* **Core-Interface:** Update to 3.0 ([de5867a](de5867a))

### BREAKING CHANGES

* **Core-Interface:** Updates Core-Interface to 3.0.0

4.0.0-beta.1

Toggle 4.0.0-beta.1's commit message
chore(release): 4.0.0-beta.1 [skip ci]

# [4.0.0-beta.1](3.0.1...4.0.0-beta.1) (2022-02-03)

### Features

* **Core-Interface:** Update to 3.0 ([de5867a](de5867a))

### BREAKING CHANGES

* **Core-Interface:** Updates Core-Interface to 3.0.0

3.0.1

Toggle 3.0.1's commit message
chore(release): 3.0.1 [skip ci]

## [3.0.1](3.0.0...3.0.1) (2021-07-19)

### Bug Fixes

* **Deps:** Bump core-interface ([a50c405](a50c405))

3.0.0

Toggle 3.0.0's commit message
chore(release): 3.0.0 [skip ci]

# [3.0.0](2.1.0...3.0.0) (2021-06-08)

### Features

* **Core Interface:** Update to Version 2 ([9258ecf](9258ecf))

### BREAKING CHANGES

* **Core Interface:** - Package now exports a `defaults` object
- Client.defaults has been removed
- All client config is now stored in `client.config`
- All resources have been removed from the client. Instead retrieve
these from the library and inject the client. E.g.
`client.postcodes.retrieve` becomes `postcodes.retrieve(client, ...)`
- Helper methods (like lookupPostcode, ping) have been removed from the client.
Instead retrieve these from teh library and inject the client. E.g.
`client.lookupPostcode` becomes `lookupPostcode(client, ...)`

2.1.0

Toggle 2.1.0's commit message
chore(release): 2.1.0 [skip ci]

# [2.1.0](2.0.0...2.1.0) (2020-08-07)

### Features

* **Core Interface:** Bump to 1.6.0 ([8a723e6](8a723e6))

2.0.0

Toggle 2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](1.3.0...2.0.0) (2020-07-07)

### chore

* **Node:** Drop support for node 8, Add node 14 ([001e2c4](001e2c4))

### Features

* **HTTP Client:** Upgrade Got to 11.X ([5beef3e](5beef3e))

### BREAKING CHANGES

* **Node:** Node 8 no longer supported
* **HTTP Client:** Underlying Got HTTP agent upgraded to 11.X

1.3.0

Toggle 1.3.0's commit message
chore(release): 1.3.0 [skip ci]

# [1.3.0](1.2.0...1.3.0) (2020-02-07)

### Features

* **core-interface:** Upgrade to 1.5.0 ([ecb3ef3](ecb3ef3))

1.2.0

Toggle 1.2.0's commit message

Unverified

This user has not yet uploaded their public signing key.
chore(release): 1.2.0 [skip ci]

# [1.2.0](1.1.0...1.2.0) (2019-12-06)

### Features

* **Core-Interface:** Upgrade to 1.4.0 ([984e916](984e916))

1.1.0

Toggle 1.1.0's commit message

Unverified

This user has not yet uploaded their public signing key.
chore(release): 1.1.0 [skip ci]

# [1.1.0](1.0.0...1.1.0) (2019-07-18)

### Bug Fixes

* **README:** Check against Markdown lint rules and correct grammar ([1c31977](1c31977))

### Features

* **Agent Configuration:** Allow GOT config ([7d367f7](7d367f7))