Skip to content

Commit

Permalink
Macro renames (#46)
Browse files Browse the repository at this point in the history
* Updating the README

* Did lots of updates for the documentation

* Improving formatting in a few places

* Consolidated docs to make it easier to keep up to date

* Updating workspace

* Revved version in docs
  • Loading branch information
Peternator7 committed Mar 27, 2019
1 parent 1f4a3b2 commit 970b5ce
Show file tree
Hide file tree
Showing 13 changed files with 497 additions and 884 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,24 @@
# Changelog

## 0.15.0

### Added

* Added Feature flags to rename macros. This is to improve compatibility with older versions of rust. [Wiki](https://github.com/Peternator7/strum/wiki/Macro-Renames)

## 0.14.0

### Added

* Allow Missing Docs on EnumCount. [PR #43](https://github.com/Peternator7/strum/pull/43)
* Fix serialize_all in `AsRefStr`, `AsStaticStr` and `IntoStaticStr`. [PR #42](https://github.com/Peternator7/strum/pull/42)
* This is a bug fix, but it may break code that was relying on the incorrect behavior.

## 0.13.0

### Added

* Added a derive to implement `From<YourEnum>` for `&'static str`. This deprecates `AsStaticStr` since
* Added a derive to implement `From<YourEnum>` for `&'static str`. This deprecates `AsStaticStr` since
the new solution doesn't require a `strum` specific trait to use.

## 0.12.0
Expand Down
6 changes: 4 additions & 2 deletions Cargo.toml
Expand Up @@ -2,5 +2,7 @@
members = [
"strum",
"strum_macros",
"strum_tests",
]
"strum_tests"
]

exclude = [ "strum_tests_rename" ]
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Peter Glotfelty
Copyright (c) 2019 Peter Glotfelty

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 970b5ce

Please sign in to comment.