Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: Zapper-fi/studio

0.0.12

01 Apr 22:28
3b03b4b
Compare
Choose a tag to compare

0.0.11

01 Apr 22:08
c436e87
Compare
Choose a tag to compare

0.0.10

01 Apr 22:00
48175ba
Compare
Choose a tag to compare

0.0.9

01 Apr 21:49
52322b8
Compare
Choose a tag to compare

0.0.8

01 Apr 19:44
1b8b5c2
Compare
Choose a tag to compare

0.0.7

01 Apr 18:59
68aae3b
Compare
Choose a tag to compare
  • 68aae3b Output release ID in workflow (#101)
  • a081eda Add manual step for release workflow (#100)
  • e014d3d Fix typing related to group ids
  • f0e0959 Bump to 0.0.7 to test PR description (#99)
  • 80dcdd7 Use the release body for the opened PR's description (#98)
  • 6ff4ffd added codegen-app command to the CLI (#63)

0.0.6

31 Mar 21:23
d1a5b8d
Compare
Choose a tag to compare

0.0.5

31 Mar 19:14
3aaf848
Compare
Choose a tag to compare
  • 3aaf848 Bump to test automatic PR creation on release again (#94)
  • 5008d41 Remove if check for automatic release PR workflow, auto-delete branch (#93)

0.0.4

31 Mar 19:05
f800b42
Compare
Choose a tag to compare
  • f800b42 Bump to test automatic PR creation on release (#92)
  • d088de9 Create a PR onto the Zapper API when a release is created (#91)

0.0.3

31 Mar 18:39
64ba109
Compare
Choose a tag to compare
  • 64ba109 Update package.json (#87)
  • 34cf462 Use npm registry for publishing packages with github workflow (#85)
  • 24a4bb1 Test release with version 0.0.3 again (#81)
  • 3a0a4e2 Use node 14 for release workflow (#80)
  • aa35d38 Test release with version 0.0.3 (#79)
  • 78c7edb Fix release workflow path glob (#78)
  • d32d133 Bump package.json to test release again (#77)
  • 6425e70 Curb your yaml engineering (#76)
  • 9942839 Bump package.json to test release pipeline (#75)
  • 48f27ea Add Github release pipeline to npm (#74)
  • c50b2f1 Remove folders/files used for GCS testing (#73)
  • 2b51b84 Use tmp/assets/apps for the GCS upload url in order to upload in the right bucket (#72)
  • 2a4c620 Test GCS app asset upload workflow with right branch name (#71)
  • 5083840 Realising late at night that Github uses "main" instead of "master" on new repos (#70)
  • 80fc880 Remove folders/files used for GCS testing (#62)
  • d841a96 Fix glob not working for GCS assets again (#61)
  • 538f21b Test app assets to be uploaded yet again (#60)
  • 1c602d7 Check for new assets on any src/apps change (#59)
  • 65ed957 Tweak the glob since it was not working properly again... again (#58)
  • 98f2919 Tweak the glob since it was not working properly again (#57)
  • 40469c2 Tweak the glob since it was not working properly (#56)
  • fd50612 Test GCS app asset upload workflow (#55)
  • 47bad73 Only check app assets folder for upload to GCS workflow (#54)
  • 7284648 Add GH worflow to save app images to the GCS bucket (#53)
  • 155966d Expose App Toolkit Helpers (#52)
  • 0abc082 Public access for npm publishing target (#51)
  • b2c5b83 Rebrand to Zapper Studio (#50)
  • f5a8879 Remove discovery module dependency from apps module (unused) (#49)
  • 9700e1c Refactor definition groups/token types (#41)
  • c73e6a5 added a create-app command (create folder + app definition file skeleton) (#15)
  • 345ec91 Fix tsconfig aliases for better declaration file resolutions (#25)
  • 335bff6 Fixing my OCD about where the lib entrypoint should be (#24)
  • 948d6cb Fixes some types related to non nullables and remove ts-ignores (#23)
  • f82ef2d Enabled apps disabled in production (#22)
  • 685483a Update generate contract factory script with APP_TOOLKIT symbol (#21)
  • 90b09e2 Colocate APP_TOOLKIT in same file as the IAppToolkit (#20)
  • 68ff821 Expose the right components for the public lib (#19)
  • 45dad22 Add dynamic module logic for consuming the apps on the BE (#18)
  • 6b2bdef Add global support for generating contracts (#17)
  • 71d10ea Add Unagii as first working application, with required helpers/deps (#16)
  • d4a1f70 Cache on interval implementation, consumable from the BE using the same metadata (#14)
  • 40d4aeb Add cache decorator for local caching (#13)
  • c4d94c0 Add balance fetcher support and cache metadata (#12)
  • 37bea0a Fetch positions from both the registry and the API (if not present locally) (#11)
  • c4efd91 Add position registry and position sources (API, Registry) (#10)
  • 34072a1 Add in app registry (#9)
  • 0a7623c Add cli base (#8)
  • 4a6e623 Add app toolkit decorators (#7)
  • cdca2da Add position module, stubbing the position service (#6)
  • f7df199 Add token module, stubbing the token service (#5)
  • 6439ca0 Update docs
  • a8bd093 Fix types for getProvider since we dont support all networks yet (#4)
  • 89526c6 Adds in the groudwork required for an app toolkit (#3)
  • eda7ef3 Fix peer dependencies for ts-loader (#2)
  • 7a6e4f7 Add linting tools (eslint / prettier) (#1)
  • 9494f01 Add in NestJS
  • e4e84b8 Add package.json
  • c3f06ad Initial commit
  • 6c6cab2 Initial commit