This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
Releases: cedricpoon/reyaml-core
Releases · cedricpoon/reyaml-core
v1.0.6
v1.0.5
v1.0.4
This release includes a minor version bug fix 🐞 on truncate.js
misbehaviour. truncSiblings()
in truncate.js
now do safeguarding on input o
, to ensure its non-null object.
function truncSiblings({ o, name, siblingSize }) {
if (o && typeof o === 'object') { // guard to be non-null object
v1.0.3
Bugfix on package.json bin
for CLI 🤕
v1.0.2
Provide CLI through npm i reyaml-core -g
🚢
v1.0.1
Initial release 🚢
# api
npm i reyaml-core
# cli
npm i reyaml-core -g