Commit Graph

16 Commits

Author SHA1 Message Date
Oliver Booth 3a118e1890
[ci skip] Fix v3.0.0 tag link in changelog 2022-04-30 14:24:18 +01:00
Oliver Booth aaf0e67679
Update README and CHANGELOG 2022-04-30 14:07:13 +01:00
Oliver Booth 6505299c00
Move Stream extensions to IO namespace (#7)
* Finalizes unit tests, 99% coverage
* Update CHANGELOG
2022-04-30 13:52:34 +01:00
Oliver Booth 154a5566a8
Add Rune.Repeat 2022-04-23 12:38:19 +01:00
Oliver Booth 7d227ad2a8
Added Factorial method 2022-04-23 10:21:07 +01:00
Oliver Booth cfa27e0b4f
Move GetHash to child namespace (#7)
Also introduces TryWriteHash
2022-04-22 12:16:34 +01:00
Oliver Booth 47f1489cbb
Add string.FromJson T.ToJson 2022-04-22 09:42:37 +01:00
Oliver Booth 69c6d17153
Update CHANGELOG 2022-04-21 22:06:44 +01:00
Oliver Booth dee28392e3 📚 Fix 2.6.0 "Added" heading in CHANGELOG 2021-01-14 18:34:24 +00:00
Oliver Booth bb1715a0a7 🐞 Add tag link for 2.6.0 heading
Fixes #11
2021-01-14 16:14:20 +00:00
Oliver Booth da4ec4cfc3 📚 Update CHANGELOG 2021-01-14 16:10:59 +00:00
Oliver Booth 2c898e5e3d
🐞 Fix version link in CHANGELOG.md 2020-04-21 04:42:06 +01:00
Oliver Booth e3deb0f22b
📚 Update version in CHANGELOG.md 2020-04-21 04:23:44 +01:00
Oliver Booth cf317d30a8
📚 Update CHANGELOG.md 2020-04-21 04:17:28 +01:00
Oliver Booth 11ffa43810
Add string.IsUpper and string.IsLower
- IsLower:
Determines if all alpha characters in this string are considered
lowercase.

- IsUpper:
Determines if all alpha characters in this string are considered
uppercase.
2020-04-20 14:17:55 +01:00
Oliver Booth 27e82bada1
📚 Add CHANGELOG.md 2020-04-20 14:00:20 +01:00