Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.0 #12

Merged
merged 5 commits into from
Jul 4, 2021
Merged

Release 0.3.0 #12

merged 5 commits into from
Jul 4, 2021

Conversation

Nixinova
Copy link
Member

@Nixinova Nixinova commented Jul 2, 2021

Version 0.3 with breaking changes

Changelog

  • Move global variables to imported object gameData.
    - global.moveList
    + import {gameData} from "fenfurnace"
    + gameData.moveList
  • Move function validation.makeMove() to makeMove().
    - import {validation} from "fenfurnace"
    - validation.makeMove()
    + import {makeMove} from "fenfurnace"
    + makeMove()

@Nixinova Nixinova added the release Releases a new version label Jul 2, 2021
@Nixinova Nixinova self-assigned this Jul 2, 2021
@Nixinova Nixinova merged commit 7da2234 into main Jul 4, 2021
@Nixinova Nixinova deleted the version/0.3.0 branch July 4, 2021 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Releases a new version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant