Skip to content

TuesPechkin 1.0.0

Compare
Choose a tag to compare
@tuespetre tuespetre released this 29 May 21:10
· 104 commits to master since this release
  • Began to use semantic versioning.
  • Removed ExtendedQtAvailable and Version properties from Factory.
  • Setting UseX11Graphics on Factory will no longer throw an InvalidOperationException.
  • The initialization of the library is now thread-safe.
  • Removed UseSynchronization property from Factory. Synchronization is now mandatory.
  • IPechkin no longer implements IDisposable or has property IsDisposed or event Disposed.
  • Consequently, UseDynamicLoading is no longer an option for Factory.
  • SynchronizedDispatcherThread is no longer a public class available for reuse.
  • Removed LibInitEventHandler, LibDeInitEventHandler, and DisposedEventHandler delegates.
  • Improved exception handling within synchronized thread. Exceptions now bubble out
  • Set 'PrintBackground' to 'true' by default
  • GlobalConfig/ObjectConfig have been radically redesigned. See API and usage for details.
  • Multiple objects in one conversion now supported! (Multiple web pages, HTML documents, etc in one PDF)
  • Everything is in the 'TuesPechkin' namespace now (instead of 'Pechkin.')
  • You better just read the 'Usage' section for a glance at how the API has changed.