Skip to content

Releases: gobstones/gobstones-scripts

Release v0.10.3

21 Oct 01:22

Choose a tag to compare

fix: projects start now call scripts directly

Now when running npm start in a project created with gobstones-scripts the inner command calls the
.scripts/_cli.ts file and not gobstones-scripts run command.

Release v0.10.2

19 Oct 19:45

Choose a tag to compare

fix: update typedoc theme to 0.5.2

The version 0.5.2 of typedoc-theme-gobstones fixes a bug in which the icons and logos of the header
of the documentation are not showing properly when published to a page in a subfolder.

Release v0.10.1

19 Oct 19:10

Choose a tag to compare

fix: update typedoc theme to fix issues when generating documentation

The 0.5.0 version of typedoc-theme-gobstones had a bug when attempting to generate the documentation
of a function with generic type parameters. 0.5.1 solves this problem. We updated the version of the
that library, as well as generating better documentation for one of such functions for future
testing.

Release v0.10.0

18 Oct 13:02

Choose a tag to compare

feat: updated the script system to zx

The script system has been updated to use Google's zx instead of the deprecated nps. This system
provides more flexibility and reliablity , as well as full ES compatibility support. To address this
change, other updates had to be made. Additionally, all versions of libraries had been updated.

BREAKING CHANGE: The scripts system now is based on zx, previous scripts will not work and have to
be migrated.

Release v0.9.3

05 Sep 19:03

Choose a tag to compare

build: bump the gobstones-core and typedoc-theme-gobstones versions

Release v0.9.2

04 Sep 16:49

Choose a tag to compare

feat: updated the version of the typedoc's theme

Release v0.9.1

04 Sep 13:34

Choose a tag to compare

feat(project-types): updated project types to have latest eslint and typedoc configurations

ESLint now uses version 9.0 and the configuration files were updated to use a flat config file. The
TypeDoc documentation now uses a custom thme and and fixes some bugs.

BREAKING CHANGE: The task copy now has different arguments expected.

fix #7

Release v0.9.0

16 Aug 14:01

Choose a tag to compare

feat: full dependencie change

This commit bumps ESLint to v9 along with the ESlint configuration.
All configuration files had been updated as to use the .mjs or .cjs
extension, as to provide the proper style the file.
The tsconfig file also was updated, and the way in which we detect
if there is a local tsconfig in the local folder as to avoid generating one.
Styling had been changed, as to use @stylistic/eslint-plugin instead of
using prettier. Prettier is only used for non JS/TS files.

BREAKING CHANGE: The update for all configuration files is required for
all projects using the tool.

Release v0.8.7

06 May 00:18

Choose a tag to compare

fix: fix path for license header that stayed with lowercase

Release v0.8.6

05 May 23:56

Choose a tag to compare

fix: Project casing not correctly changed in origin