Hyperapp Debug Dev Tools의 버전 기록 - 4개 버전
Hyperapp Debug Dev Tools 제작자: Alex Barry
Hyperapp Debug Dev Tools의 버전 기록 - 4개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.0.4
2019년 11월 16일에 출시 - 29.82 KBfirefox 48.0 이상에서 작동# What's new in v0.0.4
As with any hyperapp-debug beta changes, *this is a breaking change*, make sure you are also upgrading your app's hyperapp-debug version to 1.0.0-beta.5
## Features
- Debug multiple apps on the same page
- Start debugging the first app right away
## Bug fixes
- Fix missing initial action if you inline state or [state, effect] as your init param
## Known issue
- App doesn't time travel as expected, but you can still observe the action and effects at each event, and pause the app.
## Under the hood
- Huge refactor and simplification of communication
- Handle persistent information in the panelController instead of trying to resend it
- Don't wait for debugger information to start the app
## Coming soon
- Better size-responsive cssMIT 라이선스에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.0.3
2019년 9월 30일에 출시 - 30.13 KBfirefox 48.0 이상에서 작동This is a patch release, which just augments or fixes the current behaviour, but does not add new features.
Additions
========
- Fix styling for narrow view
- Better json inspection
- Added colours for different event types
Known Issues
===========
- App state resets when switching devtool dock positions
- Clicking on actions or stepping backwards doesn't always scroll correctlyMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.2
2019년 9월 27일에 출시 - 27.59 KBfirefox 48.0 이상에서 작동This is a minor version release, with bugfixes.
Bug Fixes
========
- Fix bug where extension wouldn't work with apps inside iframesMIT 라이선스에 따라 릴리스된 소스 코드