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

2.0.0 #124

Merged
merged 136 commits into from Nov 11, 2019
Merged

2.0.0 #124

merged 136 commits into from Nov 11, 2019

Conversation

jcowman2
Copy link
Contributor

@jcowman2 jcowman2 commented Nov 10, 2019

Description

Checklist

Change Type

  • Bug Fix
  • New Feature
  • Refactor (changes code but not behavior)
  • Non-code Change (documentation, dependencies, etc.)

Is this a breaking change?

  • No
  • Yes

If yes, describe what exactly this change breaks:

Changes to the Agent API. See #104

Unit Tests

  • Tests Added
  • Tests Modified
  • No Change

Documentation

  • In-code Docs
  • API Reference
  • Other (Specify: )
  • No Change

Related Issues

Issue Number Action Notes
#105 Resolved
#104 Resolved
#101 Resolved
#97 Resolved
#83 Resolved
#82 Resolved
#119 Resolved
#122 Resolved

Further Action

Description Issue Number
Update regal-bundler to load gameVersion from package.json regal/regal-bundler#29

Update README to describe using Regal CLI
Add gameVersion property to GameMetadata and remove readonly modifiers
Prototype Registry: Implement primary key system
BREAKING CHANGE: Agent.id is no longer numeric, but is of type PK<Agent>

re #104
Also finishes fixing unit tests for the Agent PK refactor and adds documentation

re #104
…nd add isPossibleKeyValue to PK

Various small fixes as well

re #104
Prototype Registry: Replace numeric Agent.id with PK
also, add methods to PKProvider and write some unit tests

re #104
AgentMeta and Prototype Registry refactor
feat(agents): Block setting arrow functions as Agent properties
API reference updates for Prototype Registry
Remove error if Agent property is arrow function
fix(events): Allow `on` to take a TrackedEvent or EventQueue as argum…
@jcowman2 jcowman2 added this to the Iteration 1 milestone Nov 11, 2019
@coveralls
Copy link

coveralls commented Nov 11, 2019

Pull Request Test Coverage Report for Build 406

  • 329 of 329 (100.0%) changed or added relevant lines in 36 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 404: 0.0%
Covered Lines: 1112
Relevant Lines: 1112

💛 - Coveralls

@jcowman2 jcowman2 merged commit 20d322c into master Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants