Summary
Updated project and build configuration to match the setup of JavaScript.SDK. Removed old JavaScript source files from the days of the framework. A little cleanup of ConceptAs equality, and introduced functions for creating ConceptAs type guards in the JavaScript.SDK. A few more specs, and updated some dependencies.
Added
- Functions for creating
ConceptAs
type guards.
Fixed
- Some issues with
ConceptAs
equality.
Removed
- ConceptAs no longer has an
isConcept
static method. It didn't really work as intended.