Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into no-eval
Browse files Browse the repository at this point in the history
* origin/master: (37 commits)
  3.14.0 released
  Browser files rebuild
  Dev deps bump
  Travis-CI: drop old nodejs versions
  fix(loader): Add support for `safe/loadAll(input, options)`
  fix issue 526 (wrong quote position writing condensed flow)
  readme: update titelift info
  changelog format update
  Verify that there are no null-bytes in input
  Check the node type for !<?> tag in case user manually specifies it
  Add unpkg and jsdelivr fields to point to browser build
  dumper: don't quote strings with # without need
  Add equals sign to list of unsafe values for plain styling (nodeca#519)
  Use `const` where appropriate
  README: add Tidelift link
  README cleanup
  Create FUNDING.yml
  Readme: clarified “safeLoad” return type
  3.13.1 released
  Browser files rebuild
  ...
  • Loading branch information
minj committed Jun 21, 2020
2 parents 4a12baa + 34e5072 commit 38c4705
Show file tree
Hide file tree
Showing 33 changed files with 1,015 additions and 315 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
@@ -0,0 +1 @@
tidelift: "npm/js-yaml"
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,6 +1,2 @@
sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
node_js: node

0 comments on commit 38c4705

Please sign in to comment.