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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
## 0.2.5 - 2020-04-28
- Adds `containerPath` property to all `Experiment` module actions.
- Improve typings for `Experiment.lineage()` and `Experiment.resolve()` return types.
- Rename `Experiment` interfaces away from `I<Name>` pattern to `<Name>`.

## 0.2.4 - 2020-04-28
- Module updates for 'Assay'.
- Fix for `ActionURL.queryString()` to no longer parse functions as URL parameters.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@labkey/api",
"version": "0.2.4",
"version": "0.2.5",
"description": "JavaScript client API for LabKey Server",
"scripts": {
"build": "npm run build:dist && npm run build:docs",
Expand Down
Loading