All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- change return type of
LibCairo::pop_group_to_source
toVoid
- invalid function call in
Context::pop_group_to_source
(thanks, @aravindavk)
- missing argument in
Context::set_source_surface
(thanks, @aravindavk)
- wrong code in documentation (thanks, @aravindavk)
- Updated to Crystal 1.0.0
- Documentation
- Pdf types:
PdfOutlineFlags
PdfMetadata
- Pdf functions:
PdfSurface#set_metadata
PdfSurface#set_page_label
PdfSurface#set_thumbnail_size
- Svg type:
SvgUnit
- Svg functions:
SvgSurface#document_unit
SvgSurface#document_unit=
- Updated to Crystal 0.35.1
- Updated to Crystal 0.31.1
- Must rename
unsafe_at
tounsafe_fetch
inCairo::RectangleList
(#8, thanks @DmitryBochkarev)
- namespace missing in
Context::initializer
(#7, thanks @hodefoting)
Context::font_face
function (#6, thanks @bird1079s)
- High level classes and structs.
- (breaking change) Low level binding moved to C namespace
- (breaking change)
Cairo
binding class renamed toLibCairo
- First release