Skip to content

Commit

Permalink
Update ReleaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Apr 24, 2023
1 parent eab82ec commit 9fa9537
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
### 1.3.0-preview+549125f (Released 2023-4-24)
* Additions:
* [[#549125f](https://github.com/CSBiology/FsSpreadsheet/commit/549125f54d5aa1b7b41f8e52962bf506bc5eb9f4)] add Columns field to FsTable
* [[#a43daef](https://github.com/CSBiology/FsSpreadsheet/commit/a43daefdf58e528a5a85c1542726cfa2aba4cae7)] rename members and set old counterparts as obsolete
* [[#d25b0ac](https://github.com/CSBiology/FsSpreadsheet/commit/d25b0ac7724b8807a9f9fd62849a32cc32d07ae3)] add tests and call them with runtests target
* [[#7840c1d](https://github.com/CSBiology/FsSpreadsheet/commit/7840c1dc2fece38de24358233344509242fbdbf8)] add IEnumerable interface to rows
* [[#768858b](https://github.com/CSBiology/FsSpreadsheet/commit/768858bb8e55d41ef476ceb7781c3fb7bd5bd95e)] add FsColumn type
* [[#bbed3ca](https://github.com/CSBiology/FsSpreadsheet/commit/bbed3ca4c14bbf999afd77b4cab2cf6aa4a2cd96)] Add Interactive extension with tests for formatters
* [[#97ec087](https://github.com/CSBiology/FsSpreadsheet/commit/97ec087527b9cd21b0055b56a08fca4a9a3c03b5)] Add nuget package metadata
* [[#571cab1](https://github.com/CSBiology/FsSpreadsheet/commit/571cab12945fffb837bf400460952089a4004dc1)] Comment
* [[#a3de3cb](https://github.com/CSBiology/FsSpreadsheet/commit/a3de3cbae23c00f4561a64f3a86ec69efe939a72)] Update ///
* [[#d5f599b](https://github.com/CSBiology/FsSpreadsheet/commit/d5f599bc73d14ddba8f44a1c20f987677b962b7a)] Update ///-comments & test CellValues
* [[#38864cb](https://github.com/CSBiology/FsSpreadsheet/commit/38864cbc8322bee08493a5bceafeeecc57305c16)] Add critical error when creating FsRows
* [[#0f443f1](https://github.com/CSBiology/FsSpreadsheet/commit/0f443f1a700d272f1942c57486151e7f68da431d)] Replace unallowed constructor pattern
* [[#1d3698b](https://github.com/CSBiology/FsSpreadsheet/commit/1d3698b1d55d4831890af8cc1936fc98703f1c7c)] Upate Release Notes to v1.0.1
* Bugfixes:
* [[#49b5d0f](https://github.com/CSBiology/FsSpreadsheet/commit/49b5d0f5f49ddd39ddbdf6c477bcda57a341b19b)] small fix cell add function
* [[#8ddfd39](https://github.com/CSBiology/FsSpreadsheet/commit/8ddfd39f637a2f7056f36352e08148dda7ea4a3a)] Fix typo
* [[#808dea1](https://github.com/CSBiology/FsSpreadsheet/commit/808dea13f05c05f1a1e68d278013119f1a9188e5)] fix border
* [[#b52ec35](https://github.com/CSBiology/FsSpreadsheet/commit/b52ec35163f247b7858d1b346b86e2d8f24ca157)] Fix critical error in FsRow constructor

### 1.0.1+99dfa53 (Released 2023-3-23)
* Additions:
* [[#3031151](https://github.com/CSBiology/FsSpreadsheet/commit/30311515b1b0ccd6ed3828465739008b5d95fd07)] Add `tryGetById` function
Expand Down

0 comments on commit 9fa9537

Please sign in to comment.