Skip to content

Releases: gobstones/gobstones-scripts

Release v0.9.3

05 Sep 19:03
Compare
Choose a tag to compare

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

Release v0.9.2

04 Sep 16:49
Compare
Choose a tag to compare

feat: updated the version of the typedoc's theme

Release v0.9.1

04 Sep 13:34
Compare
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
Compare
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
Compare
Choose a tag to compare

fix: fix path for license header that stayed with lowercase

Release v0.8.6

05 May 23:56
Compare
Choose a tag to compare

fix: Project casing not correctly changed in origin

Release v0.8.5

05 May 21:28
Compare
Choose a tag to compare

fix: fix husky pre-push in new projects not obtaining parameters correctly

Release v0.8.4

05 May 15:02
Compare
Choose a tag to compare

style: change casing of submodules to be uppercase always

Release v0.8.3

11 Apr 01:28
Compare
Choose a tag to compare

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

05 Apr 14:19
Compare
Choose a tag to compare

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.