Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.4.3 #92

Merged
merged 251 commits into from
Feb 12, 2019
Merged

Release v0.4.3 #92

merged 251 commits into from
Feb 12, 2019

Conversation

bdistin
Copy link
Owner

@bdistin bdistin commented Feb 11, 2019

The node engine field was mistakenly set as 10.0.0 when fs.promises didn't come out until 10.1.0. This corrects the warning message yarn/etc give for too low of a version. To be clear, the code wouldn't have worked with version 10.0.0 of node, so this fix doesn't break anything existing.

bdistin and others added 30 commits July 2, 2017 12:38
npm wouldn't let me fix the pulished version correctly, had to bump package to fix.
* modualise and document

* fix util requires

* fix outputjsonatomic requires

* finish out docs

* generated docs

* Fix travis

* bump version to v0.2.0

* Fix lint
the search didn't really work
* Add Codacy badge

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
I am aware builds are going to fail for a while
dependabot bot and others added 28 commits February 1, 2019 07:47
Bumps [eslint](https://github.com/eslint/eslint) from 5.12.1 to 5.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v5.12.1...v5.13.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [jsdoc](https://github.com/jsdoc3/jsdoc) from `b214273` to `10c004f`.
- [Release notes](https://github.com/jsdoc3/jsdoc/releases)
- [Commits](jsdoc/jsdoc@b214273...10c004f)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nyc](https://github.com/istanbuljs/nyc) from 13.1.0 to 13.2.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v13.1.0...v13.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [ava](https://github.com/avajs/ava) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.21 to 10.12.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* wip ts rewrite

* odd?

* ah

* make min node 10

* fix appveyor

* cleaner export

* Revert "cleaner export"

This reverts commit 398a928.

* remove typings, update readme

* full sounds wrong with ts

* more official

* update npm ignore

* see if this fixes coverage

* fix coverage

* add a chmod test

* mode includes more than just the chmod

* who knows, tbh

* make it more interesting

* fk it

* switch to a basic typedocs

* fix output

* update npm description
* run tests in typescript

* oops, fix test

* fix linting

* real fixes

* use more yarn

* fix lint

* try this

* revert coverage reporting

* ok whatever

* might aswell change these too

* ugh, fix this

* I cba anymore
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.23 to 10.12.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [eslint-config-klasa](https://github.com/dirigeants/klasa-lint) from `7095d9d` to `e0c5945`.
- [Release notes](https://github.com/dirigeants/klasa-lint/releases)
- [Commits](dirigeants/klasa-lint@7095d9d...e0c5945)

Signed-off-by: dependabot[bot] <support@dependabot.com>
10.0.0 added fs/promises, but we use fs.promises, which is implemented in 10.1.0
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 5876acd on master into 8b9bb29 on stable.

@bdistin bdistin merged commit 05e00f9 into stable Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants