Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Releases: SixLabors/Core

1.0.0-beta8

01 Sep 11:39
9ad1787
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release
Merge pull request #34 from SixLabors/js/mathsf-hashcode

Use shared source MathF and HashCode

1.0.0-beta7

25 Jan 00:13
e5b0ea1
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release

Advisories and Breaking Changes

  • The build target has been increased in this release from netstandard 1.1 to netstandard 1.3

Release Notes

Release Stats: 9 pull requests from 5 contributors!

Bug

  • Downgrade System.Buffers and Remove HashHelpers - #24 via @iamcarbon

Build

  • fix build version number generation - #15 via @tocsoft

Code Quality

Documentation

Enhancement

1.0.0-beta4

17 Nov 09:33
7029444
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release

Beta release

  • Adds a new netcore2.0 target framework

1.0.0-beta

13 Sep 18:58
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

Initial alpha release supports primitive structs:

  • Point : Represents a int based X,Y co-ordinate
  • PointF : Represents a float based X,Y co-ordinate
  • Size : Represents a int based Width & Height
  • SizeF : Represents a float based Width & Height
  • Rectangle : Represents a rectangle made up of an int based Width & Height and int based X,Y co-ordinate
  • RectangleF : Represents a rectangle made up of an float based Width & Height and float based X,Y co-ordinate

Static helpers:

  • Matrix3x2Extensions : Set of static methods that generate System.Numerics.Matrix3x2 s

Initial Alpha Release

09 Jun 06:22
Compare
Choose a tag to compare
Initial Alpha Release Pre-release
Pre-release

Initial alpha release supports primitive structs:

  • Point : Represents a int based X,Y co-ordinate
  • PointF : Represents a float based X,Y co-ordinate
  • Size : Represents a int based Width & Height
  • SizeF : Represents a float based Width & Height
  • Rectangle : Represents a rectangle made up of an int based Width & Height and int based X,Y co-ordinate
  • RectangleF : Represents a rectangle made up of an float based Width & Height and float based X,Y co-ordinate

Static helpers:

  • Matrix3x2Extensions : Set of static methods that generate System.Numerics.Matrix3x2 s