Skip to content

Commit 8fd297f

Browse files
author
craig
committed
1.0.5 / 2021-07-21
================== * Updated README.md for named exports - @craigparra
1 parent df3b925 commit 8fd297f

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

History.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
1.0.7 / 2021-07-27
1+
1.0.8 / 2021-07-30
22
==================
33

4-
* Doco link to design trail - @craigparra
5-
6-
1.0.6 / 2021-07-27
7-
==================
8-
9-
* Remove node-fetch dependency, must inject/boot - @craigparra
10-
* Tidy tests and lint - @craigparra
11-
12-
1.0.5 / 2021-07-21
13-
==================
14-
15-
* Updated README.md for named exports - @craigparra
16-
4+
* README.md remove resources section - @craigparra
175

186
1.0.4 / 2021-07-21
197
==================

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ const ephemeralConfig = new EphemeralConfig({
110110
const placeHolderResolver = new PlaceHolderResolver(new PlaceHolderSelector());
111111
const config = new ValueResolvingConfig(ephemeralConfig,placeHolderResolver );
112112
```
113-
<a name="resources">Resources</a>
114-
---------------------------------
115-
116-
<https://github.com/craigparra/alt-javascript> has a
117-
useful [Design Trail](https://github.com/craigparra/alt-javascript/blob/master/CONFIGURATION.md) available for this
118-
module.
119-
120113

121114
<a name="license">License</a>
122115
-----------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/config",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "An extensible wrapper of the popular config package, supporting placeholder resolution, encrypted values and url fetch.",
55
"author": "Craig Parravicini",
66
"keywords": [

0 commit comments

Comments
 (0)