Skip to content

Releases: gobstones/gobstones-core

Release v0.6.0

10 Oct 18:36
Compare
Choose a tag to compare

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

06 Sep 16:44
Compare
Choose a tag to compare

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

05 Sep 19:52
Compare
Choose a tag to compare

build: bump gobstones-scripts version to 0.9.3

Release v0.5.4

06 May 00:27
Compare
Choose a tag to compare

build: update the version to 0.5.4

Release v0.5.3

05 May 22:13
Compare
Choose a tag to compare

build: update the version to 0.5.3

Release v0.5.2

05 May 21:43
Compare
Choose a tag to compare

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

11 Apr 01:58
Compare
Choose a tag to compare

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

06 Apr 17:03
Compare
Choose a tag to compare

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

23 Nov 12:39
Compare
Choose a tag to compare

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

21 Nov 13:33
Compare
Choose a tag to compare

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