summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 29337885b0a4b97394a13ecf28a3d38230ea3486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Changelog

## v0.4.0

This is the fourth public release of the `type_description` crate.

The main addition this time are:

- Added support for the uuid crate, behind a feature-gate
- Added support for the bytesize crate, behind a feature-gate

## v0.3.0

This is the third public release of the `type_description` crate.

The main addition are the terminal renderer, which can be used to render a
`TypeDescription` to the terminal. For this the binary added v0.2.0 has been updated.

The first external type has also been added, `url::Url`. Behind a feature-gate.

## v0.2.0

This is the second public release of the `type_description` crate.

The main addition are the markdown renderer, which can be used to render a
`TypeDescription` to Markdown.

A convenience binary has also been added to transform a JSON formatted
`TypeDescription` on standard input into Markdown as standard output.

### Additions

* Markdown rendering capabilities

### New Contributors

* None this release

## v0.1.0

This is the initial public release of the `type_description` crate.

### Additions

* First release

### New Contributors

* @TheNeikos made their first contribution in https://github.com/TheNeikos/type_description/pull/1
* @matthiasbeyer made their first contribution in https://github.com/TheNeikos/type_description/pull/5
* @dependabot made their first contribution in https://github.com/TheNeikos/type_description/pull/7