Releases: TheLartians/Revisited
Releases · TheLartians/Revisited
v2.3.1: update type info library (#59)
* update type info library * bump minor version
v2.3: use type index instead of type id (#57)
* use typeindex istead of typeid * push version * restrict workflows to master branch * fix format
v2.2: add .clang-format and add as() method (#56)
* add .clang-format and add as() method * simplify code * bump version
v2.1: Remove any reference (#55)
* remove AnyReference type * move constructors * update version * check error exceptions
Introducing Revisited
- Rename lars::Visitor to Revisited
- Modernize project
- Add Windows support
v1.7.5-a: allow passing undefined shared pointer (#49)
* allow passing undefined shared pointer * remove iostream
v1.7.4: remove semicolon (#47)
* remove semicolon * update version * update tests
v1.7.3: add LARS_ANY_DECLARE_BASES (#46)
* add LARS_ANY_DECLARE_BASES * update version
v1.7.2: allow abstract pointers (#45)
* allow abstract pointers * update version * do not use smart pointer * fix test
v1.7.1: allow passing of empty visitables (#43)
* allow passing of empty visitables * v1.7.1