v2.1.3
- switch to C++14, which mainly means that
new
anddelete
are not used anymore; insteadshared_ptr
andunique_ptr
are being used - a lot of new test cases
- catch is used, instead of googletest
new
and delete
are not used anymore; instead shared_ptr
and unique_ptr
are being used