Skip to content

Commit

Permalink
v4.0.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 18, 2019
1 parent 613a3bf commit d675f09
Show file tree
Hide file tree
Showing 8 changed files with 251 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1
update_configs:
- package_manager: javascript
directory: /
update_schedule: daily
update_schedule: weekly
automerged_updates:
- match:
dependency_type: all
Expand Down
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
sudo: false
language: node_js
node_js:
- '0.12'
- '4'
- '6'
- '8'
- '10'
- '12'
- '13'
matrix:
fast_finish: true
allow_failures: []
Expand All @@ -22,4 +18,4 @@ after_success:
notifications:
email:
recipients:
secure: WOYVCNbUgH2wqxvtrsEOdCVybgenMS0FFlnDIVF8kTcLQhfhqWxzGveBOUEnQBOCkhJU1gWs+5fSNZoEij3m3J1R3Si5SKCZLDzgEeiTJ32t80IkKCiycDaSTQRlX5ZDcRaiQNqjfAJNL+EBBH3yOz3dA6890t6U5DbSEQiSjGU=
secure: NX3iIklv3nJwk9OzUES3yhVBLNd1ptOOY77KoXtmSKOo49+xeE5WaMxHf2Y/kygAcc9YAARdfF5tcswNS5EWjVoOOkRsaxVKrAHl15AxRPAiti4gnjBGc43qvvRR4M84xZKntM0vYnCF08I2eTs+HLZddbH6CEao/OUskRMWqkk=
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## v4.0.0 2019 November 18

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Minimum required node version changed from `node: >=0.12` to `node: >=8` to keep up with mandatory ecosystem changes

## v3.6.0 2019 November 13

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ Utilities for cloning, extending, and de-referencing objects in shallow, deep, a

<p>This package is published with the following editions:</p>

<ul><li><code>extendr</code> aliases <code>extendr/index.js</code> which uses <a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a> to automatically select the correct edition for the consumers environment</li>
<ul><li><code>extendr</code> aliases <code>extendr/source/index.js</code></li>
<li><code>extendr/source/index.js</code> is esnext source code with require for modules</li>
<li><code>extendr/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li>
<li><code>extendr/edition-node-0.12/index.js</code> is esnext compiled for node.js 0.12 with require for modules</li></ul>
<li><code>extendr/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li></ul>

<h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3>

Expand Down Expand Up @@ -124,7 +123,8 @@ No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:

<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/extendr/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/extendr">view contributions</a></li>
<li><a href="http://seanfridman.com">Sean Fridman</a> — <a href="https://github.com/bevry/extendr/commits?author=sfrdmn" title="View the GitHub contributions of Sean Fridman on repository bevry/extendr">view contributions</a></li></ul>
<li><a href="http://seanfridman.com">Sean Fridman</a> — <a href="https://github.com/bevry/extendr/commits?author=sfrdmn" title="View the GitHub contributions of Sean Fridman on repository bevry/extendr">view contributions</a></li>
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/extendr/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/extendr">view contributions</a></li></ul>

<a href="https://github.com/bevry/extendr/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

Expand Down
4 changes: 0 additions & 4 deletions index.js

This file was deleted.

Loading

0 comments on commit d675f09

Please sign in to comment.