v0.2.0
Pre-release
Pre-release
What's Added
ILazyStackSlot<T>
- implements
ISlot<ICollection<T>>
- implements
IStackSlot<T>
- implements
ISlot<ICollection<T>>
- implements
StackSlot<T>
- A Slot that have lots of items inside it
LazyStackSlot<T>
- A Slot that have the same copy of the item inside it
What's Changed
IStackSlot<T>
now isILazyStackSlot<T>
StackSlot<T>
andLazyStackSlot<T>
implementsISlot<ICollection<T>>
- Improvements to summary docs
- Removed
Base
prefix from base classes and removedabstract
keywordBaseContainer<T>
toContainer<T>
BaseStackContainer<T>
toLazyStackContainer<T>
BaseSlot<T>
toSlot<T>
BaseStackSlot<T>
toLazyStackSlot<T>
- Removed
Base
prefix from factory classesBaseContainerFactory<T>
toContainerFactory<T>
BaseStackContainerFactory<T>
toLazyStackContainerFactory<T>
BaseSlotFactory<T>
toSlotFactory<T>
BaseStackSlotFactory<T>
toLazyStackSlotFactory<T>
- Removed
Generics
from interface namespaces of Slots and Containers Base
from factory namespaces of Slots and Containers
Known Issues
- #12 -
IStackSlot<T>
andILazyStackSlot<T>
tests not working together
Full Changelog: v0.1.1...v0.2.0