This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Releases: onlydustxyz/starklings
Releases · onlydustxyz/starklings
v1.4.0
What's Changed
- fix(exercise): simplify storage02 by removing need to code the struct by @tdelabro in #184
- feat(exercise): add exercise register03 by @tdelabro in #188
- fix: logical nor in exercise assert_bool by @0xlny in #189
- Feat: improve console output by @Bernardstanislas in #193
- feat: add course displayer by @tdelabro in #198
- fix #191 - Fix end of exercises message by @Codiumdium in #199
- Feat: login with Github by @Bernardstanislas in #201
- Educational content: kickstart builtin track with bitwise exercise by @tekkac in #200
- Educational content: add "inline if" trick by @tekkac in #203
- chore: simplify bitwise exercise op assertion by @ftupas in #211
New Contributors
Full Changelog: v1.3.2...v1.4.0
v1.3.2
:bookmark: Starklings 1.3.2
v1.3.1
:bookmark: Starklings 1.3.1
v1.3.0
What's Changed
- Tooling: bash script for adding new exercises by @Codiumdium in #170
- Feat(sentry): capture exercise solved by @tdelabro in #176
- Fix: build-time solution patching by @Bernardstanislas in #180
- Doc: update CONTRIBUTING.md by @tekkac in #182
- Feat: check for repository state when running CLI by @Bernardstanislas in #185
- Fix: typo in the exercise instructions by @lucadonnoh in #187
- Feat: check a single exercise by @Codiumdium in #177
Full Changelog: v1.2.0...v1.3.0
v1.2.0
:bookmark: Starklings 1.2.0
v1.1.0
What's Changed
- Chore: remove beginners exercises by @tdelabro in #162
- Educational content: add recursion/array04.cairo by @tdelabro in #163
- Educational content: add an exercise about revoked references by @Bernardstanislas in #164
- Educational content: add recursions/struct01.cairo by @ofux in #167
- Educational content - Collatz sequence (recursion and bitwise) by @Codiumdium in #166
- Educational content: add storage section with three exercises by @tdelabro in #168
- Educational content: follow-up exercise on hints. by @tekkac in #169
- Fix: version printing now relies on the packaged pyproject.toml by @Bernardstanislas in #171
- Educational content: Add tricks track exercise by @tekkac in #173
New Contributors
- @Codiumdium made their first contribution in #166
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Fix: typo and grammar by @lucadonnoh in #148
- Educational content: add a follow-up exercise on strings. by @tekkac in #150
- Fix: remove patch context by @Bernardstanislas in #156
- Fix: remove advanced track since it is not usable in a Starklings manner by @Bernardstanislas in #155
- Educational content: exercise on array traversal by @tekkac in #154
- Educational content: Start the hint track by @tekkac in #158
- Feat: stash user changes before displaying a solution by @Bernardstanislas in #159
- Feat: stable branch by @Bernardstanislas in #161
New Contributors
- @lucadonnoh made their first contribution in #148
Full Changelog: v0.2.5...v1.0.0
v0.2.5
v0.2.4
What's Changed
- Fix: message tracing was crashing the solution display function by @Bernardstanislas in #144
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Changelog
Add Sentry to get some error monitoring and see what can be improved in the future!