cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

CHANGELOG.md (1155B)


      1Changelog
      2=========
      3
      4v0.6.0
      5------
      6
      7- Updated "devDependencies" versions to fix vulnerability alerts
      8- Dropped support of io.js and node.js v0.12.x and lower since new versions of
      9  "devDependencies" couldn't work with those old node.js versions
     10  (minimal supported version of node.js now is v4.0.0)
     11
     12v0.5.1
     13------
     14
     15- Fix prototype pollution vulnerability (thanks to @mwakerman for the PR)
     16- Avoid using deprecated Buffer API (thanks to @ChALkeR for the PR)
     17
     18v0.5.0
     19------
     20
     21- Auto-testing provided by Travis CI;
     22- Support older Node.JS versions (`v0.11.x` and `v0.10.x`);
     23- Removed tests files from npm package.
     24
     25v0.4.2
     26------
     27
     28- Fix for `null` as an argument.
     29
     30v0.4.1
     31------
     32
     33- Removed test code from <b>npm</b> package
     34  ([see pull request #21](https://github.com/unclechu/node-deep-extend/pull/21));
     35- Increased minimal version of Node from `0.4.0` to `0.12.0`
     36  (because can't run tests on lesser version anyway).
     37
     38v0.4.0
     39------
     40
     41- **WARNING!** Broken backward compatibility with `v0.3.x`;
     42- Fixed bug with extending arrays instead of cloning;
     43- Deep cloning for arrays;
     44- Check for own property;
     45- Fixed some documentation issues;
     46- Strict JS mode.