xujiajun/gorouter v1.2.0 Release Notes

Release Date: 2019-03-12 // about 5 years ago

    โœ‚ Remove the bench_test.go to gorouter-bench repository. see pull/45 for detail.

    โœ‚ Remove panic when method not found in the tree. see pull/44 for detail.

    ๐Ÿ›  Fix typo and use empty struct for boolean to save space. see pull/33 for detail.

    ๐Ÿ’… Modify the wrong code style . see pull/39 for detail.

    Clean up some codes


Previous changes from v1.1.0

    • ๐Ÿ›  Fixed bench_test error
    • โž• Add more tests
    • โž• Add more routers to compare in bench_test
    • ๐Ÿ‘Œ Support reverseRouting && add demo and tests
    • ๐Ÿ”จ Refactor router and tree
    • โšก๏ธ Update README.md