dependabot[bot] dab7914eab
Bump @justinribeiro/lite-youtube from 0.9.0 to 0.9.1 in /build/javascript (#273)
* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265)

* Trying a new github workflow to install javascript packages

* Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript

Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>

* Bump @justinribeiro/lite-youtube in /build/javascript

Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/justinribeiro/lite-youtube/releases)
- [Commits](https://github.com/justinribeiro/lite-youtube/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-10-20 15:15:56 -07:00

8.0 KiB

5.0.0 / 2018-09-08

  • BREAKING: Drop Node 4 support
  • BREAKING: If no callback is passed to an asynchronous method, a promise is now returned (#109)
  • Cleanup docs

4.0.0 / 2017-07-12

  • BREAKING: Remove global spaces option.
  • BREAKING: Drop support for Node 0.10, 0.12, and io.js.
  • Remove undocumented passParsingErrors option.
  • Added EOL override option to writeFile when using spaces. #89

3.0.1 / 2017-07-05

  • Fixed bug in writeFile when there was a serialization error & no callback was passed. In previous versions, an empty file would be written; now no file is written.

3.0.0 / 2017-04-25

  • Changed behavior of throws option for readFileSync; now does not throw filesystem errors when throws is false

2.4.0 / 2016-09-15

Changed

  • added optional support for graceful-fs [#62]

2.3.1 / 2016-05-13

  • fix to support BOM. #45

2.3.0 / 2016-04-16

  • add throws to readFile(). See #39
  • add support for any arbitrary fs module. Useful with mock-fs

2.2.3 / 2015-10-14

2.2.2 / 2015-09-16

2.2.1 / 2015-06-25

2.2.0 / 2015-06-25

  • added options.spaces to writeFile() and writeFileSync()

2.1.2 / 2015-06-22

2.1.1 / 2015-06-19

2.1.0 / 2015-06-19

  • cleanup: JavaScript Standard Style, rename files, dropped terst for assert
  • methods now support JSON revivers/replacers

2.0.1 / 2015-05-24

2.0.0 / 2014-07-28

  • added \n to end of file on write. #14
  • added options.throws to readFileSync()
  • dropped support for Node v0.8

1.2.0 / 2014-06-29

  • removed semicolons
  • bugfix: passed options to fs.readFile and fs.readFileSync. This technically changes behavior, but changes it according to docs. #12

1.1.1 / 2013-11-11

  • fixed catching of callback bug (ffissore / #5)

1.1.0 / 2013-10-11

  • added options param to methods, (seanodell / #4)

1.0.1 / 2013-09-05

  • removed homepage field from package.json to remove NPM warning

1.0.0 / 2013-06-28

  • added .npmignore, #1
  • changed spacing default from 4 to 2 to follow Node conventions

0.0.1 / 2012-09-10

  • Initial release.