Skip to content

Commit eb09814

Browse files
author
chadcarlson
committed
Add changelog
.
1 parent e1ba875 commit eb09814

2 files changed

Lines changed: 54 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Changelog
2+
3+
## [2.3.1] - 2019-09-19
4+
5+
### Added
6+
7+
* `CHANGELOG` added.
8+
* `onDedicated` method that determines if the current environment is a Platform.sh Dedicated environment. Replaces deprecated `onEnterprise` method.
9+
10+
### Changed
11+
12+
* Deprecates `onEnterprise` method - which is made to wrap around the added `onDedicated` method. `onEnterprise` **will be removed** in a future release, so update your projects to use `onDedicated` instead as soon as possible.
13+
14+
## [2.3.0] - 2019-09-19
15+
16+
### Added
17+
18+
* `getPrimaryRoute` method for accessing routes marked "primary" in `routes.yaml`.
19+
* `getUpstreamRoutes` method returns an object map that includes only those routes that point to a valid upstream.
20+
21+
## [2.2.5] - 2019-06-04
22+
23+
### Added
24+
25+
* Credential formatter `puppeteerFormatter` that returns Puppeteer connection string for using [Headless Chrome](https://docs.platform.sh/configuration/services/headless-chrome.html) on Platform.sh.
26+
27+
## [2.2.1] - 2019-04-30
28+
29+
### Removed
30+
31+
* Removes the strict guard in place on the `variables` method.
32+
33+
## [2.2.0] - 2019-04-24
34+
35+
### Changed
36+
37+
* Checks for valid environments were relaxed to unbreak use during local development.
38+
39+
## [2.1.0] - 2019-03-22
40+
41+
### Added
42+
43+
* `hasRelationship` method to verify relationship has been defined before attempting to access credentials for it.
44+
45+
### Changed
46+
47+
* BSD-2-Clause to MIT license.
48+
49+
## [2.0.3] - 2019-03-06
50+
51+
### Added
52+
53+
* CircleCI deploy hook added to publish to npm.

src/platformsh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Config {
150150
/**
151151
* Determines if the current environment is a Platform.sh Dedicated environment.
152152
*
153-
* TO BE DEPRECATED
153+
* @deprecated
154154
*
155155
* The Platform.sh "Enterprise" will soon be referred to exclusively as
156156
* "Dedicated". the `onEnterprise` method remains available for now, but it

0 commit comments

Comments
 (0)