Releases: pharo-ide/Ghost
v7.0.1
Pharo 13 compatibility, dropped compatibility with Pharo 11-
Thanks JanBliznicenko:
Conforming several changes made in Pharo 12 and 13, that caused Ghost not being able to load in Pharo 13. This PR aims to fix the compatibility with Pharo 13 and potentially with Pharo 14.
Fixes #16
This unfortunately drops compatibility with Pharo 11-. The main cause is a class StRawInspection being renamed to StRawInspectionPresenter in Pharo 12 as a deprecation via subclass, then completely in 13.
Extra inspector extension to simplify SeamlessProxy support
v6.0.2 Extra extension fo NewToolsSupport
Fix debugger stepping into ghost messages
v6.0.1 Fix debugger support for ClassGhosts (simulation hooks was broken by …
Pharo 10 compatibility
Tooling support is updated to use NewTools infrastructure
Mark baseline that project is metadataless
From @jecisc :
This allows Metacello to better know the current version of the github project and not reload it when the right version is already in the image.
On a project with a lot of dependencies, it tries to load Mocketry around 40 times because this support is not there I think. Because I have multiple projects depending on Mocketry and for each project transitively depending on it, it tries to load it...
Pharo 8/9 fix to allow ghost objects in sets
Merge pull request #9 from maenu/v4.0.0-pharo-8-fix Rename Pharo 8 deprecated methods
StateSpecsSupport packages are removed
StateSpecsSupport packages are moved to StateSpecs project as StateSpecs-GhostSupport packages
Tonel migration
- the repository sources were migrated to the Tonel format
StateSpecs update for Pharo 8
v3.1.4 StateSpecs is updated