Releases: djblue/portal
Releases · djblue/portal
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
- Initial release of command palette and shortcuts
cmd+shift+p
on osx andctrl+shift+p
everywhere else- Other shortcuts are listed in the command palette next to the command
- Add edn, json, transit and csv viewers
- Only pull the last 25 tap items
- Include version and runtime type in app title
- Switch rpc to web-sockets
- Switch to http-kit for jvm and bb runtimes
- Require a minimum version of 0.2.2 for babashka
- Bundle
ws
for node clojurescript runtime
- Switch to http-kit for jvm and bb runtimes
- Fix nav issue with diff viewer
0.5.1
0.5.0
- Remove accidentally included example data in release jar
- Table viewer updates
- prevent text wrapping
- fix coll of map indexing
- sticky row and column headers
- reduce padding to increase info density
- Allow window refresh and zoom in / out for portal.web
- Add pseudo portal atom
For jvm and web:
portal.api/open
will return an atom like thing- Use
deref
to get the current value viewed in portal - Use
reset!
to push a value into portal's history - Use
swap!
to apply a fn to the current value thenreset!
the
result
- Use
For node and bb:
portal.api/open
will continue to return nil- bb support will be added when interfaces can be implemented
- node support is hard since it can't block synchronously