Skip to content

Latest commit

History

History
71 lines (39 loc) 路 1.48 KB

CHANGELOG.md

File metadata and controls

71 lines (39 loc) 路 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

[0.10.2] - 2020-11-28

  • Fixed NoImplicitAny ts errors

[0.10.1] - 2020-11-27

  • Fixed codegen-functions reject errors

[0.10.0] - 2020-11-24

  • Breaking change: Sgts is now using @apollo/client v3 for function generation

[0.9.7] - 2020-10-25

  • Fix edge case where Connection didn't have the node property

[0.9.0] - 2020-10-25

Breaking change

  • renamed codegen-methods to codegen-functions
  • cleaned up the code

[0.8.8] - 2020-09-8

Added

  • Removed const enums

[0.8.0] - 2020-08-12

Added

  • gen-fragments option to auto-generate fragments
  • You can still add your own fragments with the optional $fragment method

[0.7.0] - 2020-06-26

Added

  • fragments are now auto-generated by default!
  • You can still add your own fragments with the optional $fragment method

[0.6.4] - 2020-02-12

Added

  • Support for subscribtion for codegen-react-hooks, codegen-vue-hooks and codegen-template
  • Added init command to create a configuration file

Changed

  • Changed structure of codegen-template, from global object to separeted individual templates exports
  • Fixed types

[0.6.0] - 2020-02-07

Added

  • New codegen-vue-hooks options: generate Vue 3 hooks

Changed

  • Renamed codegen-hooks to codegen-react-hooks to avoid confusion with codegen-vue-hooks
  • Cleaned up the code base a bit, simpler typed, less overhead