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

Releases: SixLabors/Core

1.0.0-beta8

1.0.0-beta8 Pre-release
Pre-release

Choose a tag to compare

@JimBobSquarePants JimBobSquarePants released this 01 Sep 11:39
9ad1787
Merge pull request #34 from SixLabors/js/mathsf-hashcode

Use shared source MathF and HashCode

1.0.0-beta7

1.0.0-beta7 Pre-release
Pre-release

Choose a tag to compare

@JimBobSquarePants JimBobSquarePants released this 25 Jan 00:13
e5b0ea1

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

1.0.0-beta4 Pre-release
Pre-release

Choose a tag to compare

@JimBobSquarePants JimBobSquarePants released this 17 Nov 09:33
7029444

Beta release

  • Adds a new netcore2.0 target framework

1.0.0-beta

1.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 13 Sep 18:58

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

Initial Alpha Release Pre-release
Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 09 Jun 06:22

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