Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 422 Bytes

CHANGELOG.md

File metadata and controls

6 lines (5 loc) · 422 Bytes

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

[0.2.0]

Changed

  • BREAKING Leona no longer defaults to snake_case for everything. Instead, objects, fields/queries/mutations and enums use the GraphQL preferred format, which is PascalCase, camelCase and SCREAMING_SNAKE_CASE respectively.