Skip to content

Releases: pharo-ide/Ghost

v7.0.1

31 May 12:35
b6eff22

Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1

Pharo 13 compatibility, dropped compatibility with Pharo 11-

27 May 20:28
2919860

Choose a tag to compare

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

20 Dec 23:15

Choose a tag to compare

v6.0.2

Extra extension fo NewToolsSupport

Fix debugger stepping into ghost messages

04 May 22:31

Choose a tag to compare

v6.0.1

Fix debugger support for ClassGhosts (simulation hooks was broken by …

Pharo 10 compatibility

03 May 22:21
5fb42ed

Choose a tag to compare

Tooling support is updated to use NewTools infrastructure

Mark baseline that project is metadataless

17 Mar 17:39
b521c41

Choose a tag to compare

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

20 Feb 22:37
2997a4a

Choose a tag to compare

Merge pull request #9 from maenu/v4.0.0-pharo-8-fix

Rename Pharo 8 deprecated methods

StateSpecsSupport packages are removed

23 Sep 22:58
f9a9ee0

Choose a tag to compare

StateSpecsSupport packages are moved to StateSpecs project as StateSpecs-GhostSupport packages

Tonel migration

05 Jul 13:11
ef15973

Choose a tag to compare

  • the repository sources were migrated to the Tonel format

StateSpecs update for Pharo 8

05 May 10:50
a7e311c

Choose a tag to compare

v3.1.4

StateSpecs is updated