This repository was archived by the owner on May 22, 2025. It is now read-only.
Releases: aragon/apm.js
Releases · aragon/apm.js
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
Features:
- Expose
publishVersionIntent()
rather than justpublishVersion()
(which will directly send a transaction) to allow users to handle the transaction themselves- Allows aragonCLI to attempt transaction pathing on repo publishes 🎉
- Allow users of
getApplicationInfo()
to directly customize the timeout for fetching content
v3.0.0-rc.1
Use v2.0.0 if you are interacting with aragonOS@3
-based APM instances.
Release candidate for compatibility with aragonOS@4
-based APM instances.
Features:
- Small bundle size as we only include the ABI rather than the entire truffle build artifact of contracts
v3.0.0
v2.0.1
v2.0.0
The HTTP request library is now axios
instead of got
. It fixes an issue happening with CORS headers, and it also makes the build smaller (about 153k less). See #21 for more details.
API change: the getFileStream()
method now returns a promise that resolves to a stream, rather than a stream directly.