semantic-release-bot
b8eafc48c7
chore(release): 2.3.0 [skip ci]
...
# [2.3.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.1...v2.3.0 ) (2025-01-28)
### Features
* fix version number ([9715b00
](9715b001ed
))
2025-01-28 15:46:05 +00:00
Christopher Willis-Ford
80d96759c1
Merge pull request #74 from scratchfoundation/develop
...
Release 2025-01-28
2025-01-28 07:45:30 -08:00
Michał Pawlicki
cbfa933e46
Merge pull request #73 from MichalPawlicki/DPR-523-return-more-meta-attributes
...
Return more meta attributes for sb3 projects
2025-01-24 10:22:25 +01:00
Michal Pawlicki
82336ac58a
Merge remote-tracking branch 'origin/develop' into DPR-523-return-more-meta-attributes
2025-01-24 10:19:08 +01:00
Michał Pawlicki
0527e1108e
Merge pull request #72 from MichalPawlicki/DPR-527-more-info-on-analyzed-file
...
Return more info on analyzed project file
2025-01-24 10:14:48 +01:00
Michał Pawlicki
4734e6bfa8
Include false-like metadata properties in result
...
Co-authored-by: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>
2025-01-22 10:01:53 +01:00
Michal Pawlicki
0ec2482405
Rename isZip to isBundle
2025-01-22 09:46:05 +01:00
Michal Pawlicki
12d487c2c2
Return more info on analyzed project file
...
Add projectVersion and isZip to analysis results.
2025-01-15 17:43:57 +01:00
Michal Pawlicki
854469a49a
Return more meta attributes for sb3 projects
2025-01-15 17:09:42 +01:00
Christopher Willis-Ford
70c285340f
Merge branch 'master' into develop
2024-11-07 07:11:21 -08:00
semantic-release-bot
2d40776693
chore(release): 2.2.1 [skip ci]
...
## [2.2.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.0...v2.2.1 ) (2024-11-07)
### Bug Fixes
* fix version number some more ([b0ea4d9
](b0ea4d9475
))
2024-11-07 15:05:09 +00:00
Christopher Willis-Ford
b0ea4d9475
fix: fix version number some more
2024-11-07 07:04:38 -08:00
semantic-release-bot
f23551b745
chore(release): 2.2.0 [skip ci]
...
# [2.2.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.1...v2.2.0 ) (2024-11-07)
### Features
* fix version number ([428e191
](428e191a7f
))
2024-11-07 15:03:55 +00:00
Christopher Willis-Ford
428e191a7f
feat: fix version number
2024-11-07 07:02:01 -08:00
Christopher Willis-Ford
9715b001ed
feat: fix version number
2024-11-07 07:01:34 -08:00
semantic-release-bot
0d0ffe2a64
chore(release): 2.1.1 [skip ci]
...
## [2.1.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.0...v2.1.1 ) (2024-11-07)
### Bug Fixes
* **release:** add semantic-release config ([3a84ed3
](3a84ed3354
))
2024-11-07 14:58:20 +00:00
Christopher Willis-Ford
8227b37697
Merge pull request #63 from scratchfoundation/develop
...
Release: 2024-11-07
2024-11-07 06:51:25 -08:00
Christopher Willis-Ford
3a84ed3354
fix(release): add semantic-release config
2024-11-07 06:45:01 -08:00
Christopher Willis-Ford
04ed13106e
Merge pull request #71 from rfronczyk/fix_build
...
Fix build
2024-11-07 06:35:55 -08:00
Rafal Fronczyk
10d1b914f5
Add test for incorrect costumes attribute in sb2 project
2024-11-07 13:27:08 +01:00
Rafal Fronczyk
d2145d88c8
Add missing fixtures file
2024-11-05 11:29:43 +01:00
Colby Gutierrez-Kraybill
e43d2a4bfb
Merge pull request #69 from rfronczyk/DPR-430-add-backdrops
...
DPR-430: Add backdrops to the output
2024-10-11 09:07:20 -04:00
Rafal Fronczyk
2dc7d35943
Add check if stage costumes is an array
2024-10-11 11:06:58 +02:00
Colby Gutierrez-Kraybill
c4a89d931d
Merge pull request #70 from rfronczyk/DPR-429-handle-list-and-variable-blocks
...
DPR-429: Fix handling of primitive blocks: list and variable.
2024-10-10 09:30:58 -04:00
Colby Gutierrez-Kraybill
7570cb7da4
Merge pull request #68 from rfronczyk/DPR-428-handle-costumes-without-md5ext
...
DPR-428: Construct costume hash using assetId and dataFormat when md5ext is missing
2024-10-10 09:30:38 -04:00
Rafal Fronczyk
99b29f8b3a
Change list block name
...
The name is taken from scratch-blocks
2024-10-09 12:39:02 +02:00
Rafal Fronczyk
15a9463dd2
Fix handling of primitive blocks: list and variable.
...
Previously these blocks have been reported as 'undefined'.
Right now they are reported as 'data_list' and 'data_variable'.
I came up with these names myslef and will consult it during
the code review.
2024-10-08 16:21:25 +02:00
Rafal Fronczyk
e0fce504c4
Add backdrops data to analysis output for sb2 projects
2024-10-03 22:48:10 +02:00
Rafal Fronczyk
fb0d6a46b8
Add backdrops data to analysis output for sb3 projects
2024-10-03 22:48:03 +02:00
Rafal Fronczyk
0493a1fe99
Construct costume hash using assetId and dataFormat when md5ext is missing
...
It looks like some costumes are missing md5ext field. This edge case has
already been handled by scratch-editor, which does the same thing, i.e.
combines assetId with dataFormat to generate the md5ext value for such
costume.
2024-10-03 22:42:15 +02:00
Ron de las Alas
0f4220d101
Merge pull request #65 from scratchfoundation/rd/ENG-50/transition-scratch-analysis
...
Rd/eng 50/transition scratch analysis
2023-12-14 08:19:15 -05:00
Ron de las Alas
0859d89cde
chore: delete circle config
2023-12-08 14:25:21 -05:00
Ron de las Alas
1b9a9b36c2
ci: add build steps and bump node version
2023-12-08 14:24:48 -05:00
Ron de las Alas
b393107a84
chore: add github directory and associated files
...
chore: include the package-lock
chore: add nvmrc file
chore: add semeantic release config
2023-12-08 14:24:11 -05:00
meyerhot95
e0b6d49df5
Merge pull request #64 from meyerhot95/tsm/circleci-updates
...
[trivial] Circleci updates
2022-10-06 13:29:13 -04:00
meyerhot95
7571f3af8d
No unnecessary and
2022-10-05 12:04:21 -04:00
meyerhot95
2b131ff8dd
Revert new logic
2022-10-05 10:29:15 -04:00
meyerhot95
ffd18696e8
Test new logic 2
2022-10-05 10:28:32 -04:00
meyerhot95
8daab1b6e9
Test new logic
2022-10-05 10:27:00 -04:00
meyerhot95
fe8ee9322e
Correct branch filtering
2022-10-04 14:36:51 -04:00
meyerhot95
6007f14def
Quick test
2022-10-04 14:35:09 -04:00
meyerhot95
db4d830d9e
Cleanup
2022-10-04 14:02:33 -04:00
meyerhot95
71322080c8
Config fixes
2022-10-04 13:56:42 -04:00
meyerhot95
929146ce4d
Merge branch 'master' into develop
2022-10-04 13:39:53 -04:00
meyerhot95
7befddec0f
Merge pull request #62 from LLK/tsm/circle-ci
...
[IBE-458] Setup circle remove travis
2022-09-26 10:13:51 -04:00
meyerhot95
95ff4a6a67
Setup circle remove travis
2022-09-21 10:11:11 -04:00
Colby Gutierrez-Kraybill
cb89058542
Merge branch 'master' of github.com:LLK/scratch-analysis into HEAD
2022-05-27 16:18:23 -04:00
Colby Gutierrez-Kraybill
af26cb24da
Version 2.2.0
2022-05-27 16:17:58 -04:00
Colby Gutierrez-Kraybill
2942ed21cc
Merge branch 'develop' of github.com:LLK/scratch-analysis into HEAD
2022-05-27 16:17:33 -04:00
Colby Gutierrez-Kraybill
1db9e69c90
Merge pull request #60 from LLK/develop
...
Release 2022-05-27
2022-05-27 16:12:51 -04:00