Skip to content

Releases: klassen-software-solutions/KSSCore

Version 3.0.1

22 Jun 14:44
3902c98

Choose a tag to compare

There are no changes in this release. It was created to test that the uploading of the API docs is working again.

Version 3.0.0

18 Jun 16:16
3902c98

Choose a tag to compare

This version refactors the code so that all MapKit dependent items are in a KSSMap library and all WebKit dependent items are in a KSSWeb library.

Although the API calls itself have not changed, only the required import statements, this does make the change a non-back-compatible binary, hence the switch to a new major version number.

Version 2.3.0

16 Jun 20:43
f8863d1

Choose a tag to compare

This version adds some items used by WSTerminal. Specifically it adds the following:

  • #17 Version and build number may be easily obtained from an NSApplication bundle
  • #18 The full range of a string may now be obtained as an NSRange
  • #19 A utility has been added to easily obtain a capture from a regex as a substring

Version 2.2.0

09 Jun 19:52
803557d

Choose a tag to compare

This version adds a couple more utilities used in WSTerminal. Specifically this completes the following:

  • #14 Add a means of easily creating TimeInterval based constants
  • #15 Add a means of easily printing dates in a specified time zone

Version 2.1.0

16 Mar 22:20
9aff4fd

Choose a tag to compare

This version adds a number of items for Ebed Technologies Ltd. that are used in their WSTerminal and PrettyPrinter applications. These include the following:

  • #10 - Ability to read a stream into a Data object
  • #11 - Ability to create an NSImage from an input stream
  • #12 - Added "find and replace" functionality to the KSSTextView object

Version 2.0.0

05 Mar 22:13
1f142f1

Choose a tag to compare

This is a complete restructuring of the project into the Swift Module format. In addition we split the project into three separate modules and added a number of items used during the development of the Ebed Technologies WSTerminal project.