singleton 0.0.2
singleton: ^0.0.2 copied to clipboard
Singleton make singleton implementation less hassle, and also make it more friendly to tests.
0.0.2 - 2020-11-02 #
- Rewrite the document from scratch
- Replace toy examples with something more realistic
- Make API more self-explaining
- Add tests around use singleton with factory method
- Better code tests
0.0.1 - 2020-11-02 #
- Extract from response_builder