This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
Releases: SixLabors/Core
Releases · SixLabors/Core
1.0.0-beta8
Merge pull request #34 from SixLabors/js/mathsf-hashcode Use shared source MathF and HashCode
1.0.0-beta7
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
Code Quality
- Improve CQ1 - #16 via @iamcarbon
Documentation
- Update descriptions on the ArrayPoolMemoryAllocator class - #19 via @DaniaalNadir, @JimBobSquarePants
Enhancement
- Publish SixLabors.Memory - #14 via @antonfirsov
- Cross target netstandard2.0 - #18 via @iamcarbon
- Increase minimum netstandard support to v1.3 - #20 via @iamcarbon
- Make deg - rad conversion public - #22 via @JimBobSquarePants
- Add and use HashCode polyfill - #23 via @iamcarbon
1.0.0-beta4
Beta release
- Adds a new netcore2.0 target framework
1.0.0-beta
Initial alpha release supports primitive structs:
Point
: Represents aint
based X,Y co-ordinatePointF
: Represents afloat
based X,Y co-ordinateSize
: Represents aint
based Width & HeightSizeF
: Represents afloat
based Width & HeightRectangle
: Represents a rectangle made up of anint
based Width & Height andint
based X,Y co-ordinateRectangleF
: Represents a rectangle made up of anfloat
based Width & Height andfloat
based X,Y co-ordinate
Static helpers:
Matrix3x2Extensions
: Set of static methods that generateSystem.Numerics.Matrix3x2
s
Initial Alpha Release
Initial alpha release supports primitive structs:
Point
: Represents aint
based X,Y co-ordinatePointF
: Represents afloat
based X,Y co-ordinateSize
: Represents aint
based Width & HeightSizeF
: Represents afloat
based Width & HeightRectangle
: Represents a rectangle made up of anint
based Width & Height andint
based X,Y co-ordinateRectangleF
: Represents a rectangle made up of anfloat
based Width & Height andfloat
based X,Y co-ordinate
Static helpers:
Matrix3x2Extensions
: Set of static methods that generateSystem.Numerics.Matrix3x2
s