Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
## Vector 0.1:
# Vector

## Vector 0.1.1

* `Vector` is an eponoym (#15)
* This module exposes one command with many aliases
* `Vector` converts `Matrix3x2` and `Matrix4x4` into vectors (#16)
* Vectors return their type when provided no input (#14)
* Added `README.md.ps1` (#17)

---

## Vector 0.1

* Initial Release of Vector module
* Commands:
Expand Down
119 changes: 0 additions & 119 deletions Commands/Get-Vector.ps1

This file was deleted.

46 changes: 0 additions & 46 deletions Commands/Get-Vector2.ps1

This file was deleted.

57 changes: 0 additions & 57 deletions Commands/Get-Vector3.ps1

This file was deleted.

52 changes: 0 additions & 52 deletions Commands/Get-Vector4.ps1

This file was deleted.

Loading
Loading