Skip to content

Releases: kelindar/tile

v1.6.1

13 Nov 17:45
49965c4
Compare
Choose a tag to compare

What's Changed

  • Check for both points when moving within viewport by @kelindar in #15

Full Changelog: v1.6.0...v1.6.1

v1.6.0

12 Nov 21:13
7a879cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

10 Nov 10:17
f08fc79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 Nov 14:06
35df394
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Xkonti made their first contribution in #7

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Dec 09:46
28d6c88
Compare
Choose a tag to compare

What's Changed

  • Revamp of the library with state support by @kelindar in #6

Full Changelog: v1.2.3...v1.3.0

v1.2.3

03 Dec 17:04
545865a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

03 Dec 08:40
3ace9f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Jun 06:22
Compare
Choose a tag to compare

This PR fixes MoveBy() function as north and south directions were flipped.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Dec 12:19
6006843
Compare
Choose a tag to compare

This release adds a Direction enumeration as well as Point.Move(Direction) Point and Point.MoveBy(Direction, int16) Point which allows to translate a point to a certain direction.

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Dec 16:45
24b670a
Compare
Choose a tag to compare

This release migrates the go version to v1.17 and updates to use kelindar/iostream for encoding/decoding.