blob: 056baf7f7dc27ef114a339a2d755e62876c9d615 [file] [log] [blame] [view] [edit]
## 0.2.3
- Coordinated release with DevTools 0.2.3.
## 0.2.2
- Simplified devtools_api.dart.
## 0.2.1
- Added devtools_api.dart to devtools_shared.
## 0.2.0
- Added field to Memory JSON file "dartDevToolsScreen": "memory".
## 0.1.0
- Updated MemoryJson to expose header and footer parts of the JSON file. The data portion is still the persisted List<HeapSample>. Exposed encodeHeapSample (to add a single HeapSample) and encodeAnotherHeapSample (when adding more than one to the list - comma is added).
## 0.0.1
- initial release