Releases: gobstones/gobstones-core
Release v0.6.0
feat: added support for checking shapes
Now all elements from the library @alanrodas/shapeof are exported by this library, allowing users to
check for shapes of an object. Also, ther is an update on how the expctaations for shapes and types
works, separating the use of typeof from the one of shapeOf
BREAKING CHANGE: Expectations now work differently in cases of toHaveType
Release v0.5.6
fix: fix SourceSpan and History not being properly exported
Some modules where not being exported properly. This commit fixes the exports while at the same time
orginizing some elements in the source code.
Release v0.5.5
build: bump gobstones-scripts version to 0.9.3
Release v0.5.4
build: update the version to 0.5.4
Release v0.5.3
build: update the version to 0.5.3
Release v0.5.2
feat: add History support and update module names
Now the module names are all uppercase as expected by the new guidelines. Also added all the classes
and interfaces needed to manage History.
Release v0.5.1
fix: fix badges and links to guidelines
The bug is fixed by updating the dependency of gobstones-scripts to 0.8.3 and updating configuration
files.
Release v0.5.0
refactor: rename folders to match guidelines
Now all folders follows the criteria stablished in guidelines. Different libraries have been
updated, and the version ha moved to 0.5.0
Release v0.4.7
build: update build to export separated modules for index and cli
By updating the gobstones-scripts dependency and ejecting the rollup configuration, along with
changes in the package.json, now a separated cli module is exported. Thi is the module to export
only from cli baed applications, and only in the cli part of it.
fix #22
Release v0.4.6
build: update gobstones-core to latest version of scripts
Latest version of scripts should provide better builds for both CJS and ESM modules, and will make
this library importable in from diferent mpdes of usage.
fix #19