Skip to content

Releases: Betarena/scores

v2.7.3

03 May 08:40
100fdf9
Compare
Choose a tag to compare
fix: userguid modal (#2096) (#2097)

v2.7.2

01 May 20:18
506b604
Compare
Choose a tag to compare
Hotfix/player page/draft/0 (#2095)

v2.7.1

01 May 18:24
c460ed5
Compare
Choose a tag to compare
chore(ad-engine): re-add @betarena/ad-engine (#2093)

[1] -----
Was previously removed for development purposes.

v2.7.0

01 May 18:05
55ad773
Compare
Choose a tag to compare
Dev (#2089)

* Refactor/redis graphql restructure/draft/0 (#2084)

* Chore/restructure/draft/0 (#2073)

* chore: update makefile

[1] Simplify make target for 'dev' setup and correct npm script target update. Includes comments
clean up.

* chore: update vite.config.ts (+misc)

[1]
Apply use of direct pacakge.json parsing and 'define' global variables respectively via vite-js.
[2]
Clean up console logs, comments and JsDoc.
[3]
Update d.ts for envrionment variables.
[4]
Update hooks.client.ts for latest logs and vite 'define' variables.

* chore: update .eslintrc.yaml

[1]
Add 'no-var' and 'require-jsdoc' rules.
[2]
Clean up comments and JsDoc.

* chore: update vscode settings

[1]
Update settings.json for VsCode instance with (1) cleaner comments
and (2) file/directory tree-view exclusion.
[2]
Update debug vscode 'snippets'.
[3]
Add vscode extension config for 'terminals' auto-start,
along with a complete config example.

* chore: update .gitignore

[1]
Clean up comments and JsDoc.
[2]
Update for 'debug.log' exclusion.

* chore: update codespace setup

[1]
Removing use of NVM due to some setup issues with Codespace.
[2]
Updating 'dev' script for 'scores-lib' loading over 'npm link' only. Caused errors due to absesnce of 'ad-widget'.

* fix: vite hot-reload blockage

[1]
Update layout.svelte + package.json to remove recently pushed ad-engine widget.

* refactor(connection): migrate redis + graphql logic to scores-lib (+misc)

[1] -----
Update all logic to remove use of 'GraphQL' instance argument passed along to 'scores-lib' logic for entry methods. Scores-Lib will house the logic for 'GraphQL' connection instance creation.
[2] -----
Update all logic to remove main use of 'Redis' client methods, such as: 'HMSET', 'SADD', etc. This logic has now been off-loaded to 'scores-lib'.

* refactor(import): update module import path

[1] -----
Update import paths for modules from 'scores-lib' to the correct ones.

* feat(article): update author-article endpoint

[1] -----
New example structure for the 'author.article.ts' data endpoint as part of the 'V8' standard. Includes 'scores-lib' import update.

* chore(eslint): update ignore paths

[1] -----
Update to ignore 'api/**' routes from 'EsLint'.

* chore(debug): remove debug.log

[1] -----
Update removal of 'debug.log' file.

* refactor(misc): update key import (+misc)

[1] -----
Update missing import value for one of the 'RedisKeys'.
[2] -----
Code clean, commenting and format.

* chore(makefile): update makefile target to use dotenv_vault secrets

[1] -----
Update Makefile with the key secrets injection step.

* build(scores-lib): bump to 3.0.0

* chore(graphql): update missing variable

[1] -----
Update instance of target 'GraphQL' instance declaration.

* Feature.Tags Section/draft/0 (#2088)

* fix script error when filter returns empty mapTags (#2092)

Co-authored-by: Ivan Izobov <[email protected]>

---------

Co-authored-by: Ivan Izobov <[email protected]>

v2.6.10

23 Apr 06:50
516b466
Compare
Choose a tag to compare
fix(debug): disable use of debug log persistance (+misc) (#2086)

[1] -----
Remove logic for persisting to 'debug.log' for easier debugging, only temporarily.
[2] -----
Disable 'dev branch reset' workflow, as it interferes with development workflow. Will be updated to reset a 'release' branch instead.
[3] -----
Update '.gitignore' to remove 'debug.log' file from GIT and ran a 'git rm --cached' on it to remove it.

v2.6.9

17 Apr 11:31
1500dc2
Compare
Choose a tag to compare
fix: highlights (#2080)

v2.6.8

08 Apr 06:31
2aabc0f
Compare
Choose a tag to compare
build: update ad-engine dependency (#2078)

[1] Update Ad-Engine dependency to 0.0.50

v2.6.7

06 Apr 13:02
2f3bcf4
Compare
Choose a tag to compare
build: update ad-engine dependency (#2077)

v2.6.6

06 Apr 10:34
1ed7a32
Compare
Choose a tag to compare
build: update ad-engine dependency (#2075)

[1] Update Ad-Engine dependency to 0.0.48

v2.6.5

30 Mar 23:48
438f86f
Compare
Choose a tag to compare
feat: update ad-engine dependency (#2067) (#2068)

[1] Update Ad-Engine dependency