# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.1](https://github.com/kjuulh/serde-graphql-input/compare/v0.1.0...v0.1.1) - 2024-04-06 ### Added - move readme - with new type variant - with tuple seq - add newtype variant - can handle newtype struct - can handle unit struct - implement primitives - can handle bool - can handle i64 - can handle newtypes - can handle tuples - add repo - add readme - can handle enums - can handle mixed items - can handle array items - can handle nested items - can handle multiple items - can serialize with basic object - add base lib ### Other - split formatter - split serializer - split serializer - split tests