Releases: gobstones/gobstones-scripts
Release v0.10.3
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
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
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
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
build: bump the gobstones-core and typedoc-theme-gobstones versions
Release v0.9.2
feat: updated the version of the typedoc's theme
Release v0.9.1
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
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
fix: fix path for license header that stayed with lowercase
Release v0.8.6
fix: Project casing not correctly changed in origin