Skip to content

Releases: brianbunke/ArrayList

v1.1.0

13 Jan 21:30
Compare
Choose a tag to compare

[1.1.0] - 2018-01-13

Embarrassingly, I didn't know how easy it was to create a Generic.List that accepts many object types.

Changed

  • Default New-ArrayList collection type is now [System.Collections.Generic.List<System.Object>]

Added

  • If you insist, an ArrayList collection can still be generated with the command New-ArrayList -Legacy

v1.0.0

06 Jan 00:19
Compare
Choose a tag to compare

[1.0.0] - 2018-01-04

Hello World! http://www.brianbunke.com/blog/2018/01/04/powershell-arraylist/

Added

  • New-ArrayList
  • Add-ArrayObject
  • Remove-ArrayObject