Skip to content

Latest commit

 

History

History
618 lines (320 loc) · 7.06 KB

CHANGELOG.md

File metadata and controls

618 lines (320 loc) · 7.06 KB

v0.19.2 (2024-10-14)

Fix

  • ubuntu runner fixed version

v0.19.1 (2024-10-11)

Fix

  • arm macos support added on github actions

v0.19.0 (2024-10-11)

Feat

  • nested string enum support

v0.18.2 (2024-06-03)

Fix

  • enable arm64 build for macos
  • clippy warnings
  • default build of cli with semver feature

v0.18.1 (2024-01-17)

Fix

  • issues with discriminator mapping pointing to same reference multiple times #102

v0.18.0 (2023-12-17)

Feat

  • publish schematools-cli crate

v0.17.1 (2023-12-17)

Fix

  • verification of commit message

v0.17.0 (2023-12-16)

Feat

  • add plural filter (#99)

v0.16.0 (2023-12-14)

Feat

  • update deps

Fix

  • run test consecutively so git initialization not overlaps
  • dereference specs with more than one file
  • auto cargo.lock update

v0.15.2 (2023-10-30)

Fix

  • when numeric checks first character

v0.15.1 (2023-09-11)

Fix

  • better models of oneOf - support for simple types

v0.15.0 (2023-06-13)

v0.14.0 (2023-05-29)

Feat

  • better enum representations support, cli fix, default tag when there are no tags

v0.13.1 (2023-03-29)

Fix

  • Show README.md on crates.io

v0.13.0 (2023-03-04)

Feat

  • Define features associated with dependencies

v0.12.0 (2023-03-04)

Fix

  • Add license to package metadata

v0.11.0 (2023-03-03)

Feat

  • cli crate

v0.10.2 (2023-03-03)

Fix

  • Use correct spelling

v0.10.1 (2023-03-03)

Fix

  • issues connected with external libraries

v0.10.0 (2023-03-03)

Feat

  • introduce workspace #71
  • change project structure

Fix

  • autobump

v0.9.0 (2023-03-03)

Feat

  • allow usage as a library

Fix

  • correct lib version

v0.8.0 (2023-03-02)

Feat

  • migration to clap4

v0.7.1 (2023-01-20)

Fix

  • bump dependencies

v0.7.0 (2022-11-20)

Feat

  • windows builds #63

v0.6.0 (2022-10-18)

Feat

  • add formats to endpoints/tags renderers

Fix

  • fill formats when generate clients

v0.5.2 (2022-10-11)

Fix

  • lint
  • tuples to any

v0.5.1 (2022-05-27)

Fix

  • license added

v0.5.0 (2022-05-04)

Feat

  • unique models detection

v0.4.1 (2022-04-23)

Fix

  • resolve pattern properties on type object

v0.4.0 (2022-01-26)

Feat

  • registry lock and relative path

v0.3.0 (2021-12-12)

Feat

  • static templates and filters

Fix

  • git build fix

v0.2.0 (2021-12-04)

Feat

  • versions, min_version, formats, parameters

v0.11.1 (2023-03-04)

Fix

  • Add license to package metadata

v0.11.0 (2023-03-03)

Feat

  • cli crate

v0.10.2 (2023-03-03)

Fix

  • Use correct spelling

v0.10.1 (2023-03-03)

Fix

  • issues connected with external libraries

v0.10.0 (2023-03-03)

Feat

  • introduce workspace #71
  • change project structure

Fix

  • autobump

v0.9.0 (2023-03-03)

Feat

  • allow usage as a library

Fix

  • correct lib version

v0.8.0 (2023-03-02)

Feat

  • migration to clap4

v0.7.1 (2023-01-20)

Fix

  • bump dependencies

v0.7.0 (2022-11-19)

Feat

  • windows builds #63

v0.6.0 (2022-10-18)

Feat

  • add formats to endpoints/tags renderers

Fix

  • fill formats when generate clients

v0.5.2 (2022-10-11)

Fix

  • lint
  • tuples to any

v0.5.1 (2022-05-27)

Fix

  • license added
  • license added

v0.5.0 (2022-05-04)

Feat

  • unique models detection
  • unique models detection

v0.4.1 (2022-04-23)

Fix

  • resolve pattern properties on type object

v0.4.0 (2022-01-26)

Feat

  • registry lock and relative path
  • registry lock and relative path

v0.3.0 (2021-12-12)

Fix

  • git build fix

Feat

  • static templates and filters

v0.2.0 (2021-12-04)

Feat

  • versions, min_version, formats, parameters

v0.1.1 (2021-10-21)

Fix

  • ref->ref->ref issue during dereference

v0.1.0 (2021-10-14)

Fix

  • auto bumping
  • missing features

Feat

  • apple arm build
  • loading external schemas optimization

v0.0.42 (2021-09-27)

Feat

  • media types support

v0.0.41 (2021-09-22)

Fix

  • allow dead code
  • shared endpoint parameters #42

Feat

  • extract endpoint logic to separate module

v0.0.40 (2021-09-09)

Fix

  • proper operation names from endpoint path

v0.0.39 (2021-09-07)

Fix

  • nullable and optional wrapper should be optional

v0.0.38 (2021-08-18)

Fix

  • primitive consts

v0.0.37 (2021-08-09)

Fix

  • omit duplicates in array when merging

v0.0.36 (2021-08-06)

Fix

  • required and nullable should be customized during flattening

v0.0.35 (2021-07-23)

Fix

  • after resolving oneOf with null, keep it as nullable attribute

v0.0.34 (2021-07-21)

Feat

  • clean to no-cache parameter
  • option for template registry to always clean template registry tmp dir

v0.0.32 (2021-06-29)

Fix

  • proper name generator from scope

v0.0.31 (2021-06-28)

Feat

  • additional properties to true as default
  • additionalProperties and schema

v0.0.30 (2021-06-23)

Feat

  • multiple files support on dereference and merge-all-of

v0.0.29 (2021-06-21)

Fix

  • clippy

Feat

  • multi files support, merge allOf conditions, allOf

v0.0.28 (2021-05-24)

Feat

  • support x- attribute on endpoints
  • readme docs

v0.0.27 (2021-04-08)

Fix

  • flattening objects
  • linter

Feat

  • spaces, symlinks, oneof nullable

v0.0.26 (2021-03-26)

Fix

  • params correct format
  • params correct format

v0.0.25 (2021-03-17)

Feat

  • map type

Fix

  • map type

v0.0.24 (2021-03-17)

Feat

  • map as a custom type issue

v0.0.23 (2021-03-16)

Feat

  • grouped tags with pascal case instead of lower case

v0.0.22 (2021-03-16)

Feat

  • one-of externally tagged

v0.0.21 (2021-03-15)

Fix

  • merge all of, tags and output when chaining

v0.0.20 (2021-03-15)

Feat

  • default values

v0.0.19 (2021-03-12)

Feat

  • skip deref and tags

v0.0.18 (2021-03-08)

Feat

  • parameter style and explode

v0.0.17 (2021-03-07)

Fix

  • pass all data from container to j2

v0.0.16 (2021-03-07)

Feat

  • tags group by endpoints

v0.0.15 (2021-03-04)

Feat

  • parse security schemes from openapi
  • add description for endpoints
  • add case conversion filters

v0.0.14 (2021-02-28)

Feat

  • discovery/registry poc

v0.0.13 (2021-02-17)

Feat

  • bump openapi + openapi merge subversion

v0.0.12 (2021-01-28)

Feat

  • filter inarray

v0.0.11 (2021-01-19)

Fix

  • anytype, rename fix

v0.0.10 (2021-01-18)

Fix

  • conflicts in case of array type

v0.0.8 (2021-01-17)

Feat

  • merge openapi

v0.0.7 (2021-01-15)

Fix

  • add suffix on title conflict

v0.0.6 (2021-01-14)

Feat

  • retrieve first const on oneof

v0.0.5 (2021-01-12)

Feat

  • string references, consts and x prefix fix

v0.0.4 (2021-01-11)

Fix

  • try to resolve references on merge

v0.0.3 (2021-01-07)

Feat

  • json patch functionality

v0.0.2 (2021-01-06)

Feat

  • proof of concept of simple codegen based on tera templates

v0.0.1 (2020-12-10)

Feat

  • initial application draft