@loculabs/api-client 1.3.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # [2.0.0](https://github.com/loculabs/api-client/compare/v1.4.0...v2.0.0) (2026-02-10)
2
+
3
+
4
+ * feat!: change date fields from epoch seconds to ISO 8601 strings ([ba33f55](https://github.com/loculabs/api-client/commit/ba33f55a94b9afe5ad48464dd344b2da96548672))
5
+
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ * Date fields changed from number (epoch seconds) to string (ISO 8601).
10
+
11
+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12
+
13
+ # [1.4.0](https://github.com/loculabs/api-client/compare/v1.3.0...v1.4.0) (2026-01-28)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **types:** make keepBreaks optional in request types ([7c88e5c](https://github.com/loculabs/api-client/commit/7c88e5cc82954c79e16345e867304610e09ddf22))
19
+
20
+
21
+ ### Features
22
+
23
+ * **sessions:** add activities list endpoint ([3a4f267](https://github.com/loculabs/api-client/commit/3a4f26772d37610ba55d2ce8834bcd635dc9ba76))
24
+
1
25
  # [1.3.0](https://github.com/loculabs/api-client/compare/v1.2.0...v1.3.0) (2026-01-27)
2
26
 
3
27