Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 354 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 354 Bytes

Collector CHANGELOG

1.1.1

  • Added missing category header #imports in Collector.h.

1.1.0

  • Added NSMutableArray+Queue with -ct_enqueue: and -ct_dequeue methods.
  • Added NSMutableArray+Stack with -ct_push: and -ct_pop methods.
  • Added NSMutableArray+Collector with some practical methods to add objects.

1.0.0

Initial release.