Skip to content

Releases: gorillabyte/silverback

v1.1.0

Choose a tag to compare

@Herndl Herndl released this 26 Jan 15:04

Features

  • entity: Add entity and component creation from JSON object (e0ad20c), closes #1
  • entity: Add first tests for entity parsing from JSON (0802e8e)
  • [BREAKING CHANGE] entity: The componenets construction has changed

Chore

  • release: Remove semantic-release from build steps

v1.0.3

Choose a tag to compare

@Herndl Herndl released this 21 Jan 15:57

1.0.3 (2018-01-21)

v1.0.0

Choose a tag to compare

@Herndl Herndl released this 20 Jan 15:38

1.0.0 (2018-01-20)

Bug Fixes

  • index: Test travis release (62d0c70)

Features

  • components: Add basic postion and display component and changed export (b61d08a)
  • dictionary: Refactor dictionary class to use map objects (9326f7b)
  • examples: Add basic example for RenderSystem usage (8245bcb)
  • examples: Add basic structure for examples folder (aba4ad7)
  • examples: Add stats display to basic example (5653b5d)
  • systems: Add RenderSystem and RenderNode (6b33ac2)
  • vec2D: Add vector 2D helper class (2b9f652)