Releases: gobstones/gobstones-scripts
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
Release v0.8.5
fix: fix husky pre-push in new projects not obtaining parameters correctly
Release v0.8.4
style: change casing of submodules to be uppercase always
Release v0.8.3
fix: fixed license badges and links to guidelines
The badge to the license broke after the last license change, this commit fixes
the badge. Additionally it fixes links to gobstones-guidelines using the webpage
instead of the link to the repository.
Release v0.8.2
fix: wrap LICENSE text to 80 columns
The AGPL part of the license presents 80 columns breaks, but the additional terms do not. Now every
part of the license breaks at 80 columns, to provide consistency.