Skip to content
MikaelEliasson edited this page Nov 29, 2012 · 6 revisions

1.2.1 (2012-11-29)

Fixed the nuspec file with the correct dependencies

1.2.0 (2012-11-29)

For more complete information see: https://github.com/MikaelEliasson/SisoDb.Management/issues?milestone=3&state=closed

  • [Major Change] Management was updated to work with v.16 of SisoDb which had some breaking changes. This means that 1.2.0 and forward won't work togheter with older (pre v.16) versions of SisoDb.
  • [New] The url SisoDb.Management is hosted at can now be configured. This is done through Configuration.Prefix = "Url to host at". You also need to update the entries in web.config to reflect this. See more here
  • [New] Prettier formated json in the details window
  • [Fix] The paging was broken after 1.1.0

1.1.0 (2012-11-16)

For more complete information see: https://github.com/MikaelEliasson/SisoDb.Management/issues?milestone=2&state=closed

  • [New] Tabs are saved between sessions in local storage. The tabs are reloaded with all query parameters but no data. That's because the data might have become stale so it's better to update.
  • [New] Insert schema for one entity (This is a bit buggy if you have ForProduction enabled as it will only work if you have not queried that entity before in this application life cycle. BEtter support might come with a later version of SisoDb)
  • [New] Initialise DB. The call will never drop the database. It creates a new one if the db dosn't exist. If it exist it makes sure the SisoDb system tables are there. The command comes in two versions. You can select to insert the schemas for all entities that you mapped to SisoDb.Management too.
  • [Fixed] Support for IE10, Loading animations and layout
  • [Fixed] Updated the readme file with information about how to avoid RequestValidation problems if you are writing Html like queries or posting Json that contains html like data

1.0.1 (2012-11-11)

Bug fixes and fixed version. For more complete information see: https://github.com/MikaelEliasson/SisoDb.Management/issues?milestone=1&state=closed

  • [Fixed] If Configuration.Authorize returned false the page was still visible
  • [Fixed] The details tab is closed after updating an entity
  • [Fixed] The paging does not reset if you change the query
  • [Fixed] Layout of the table is messed up when entities have different properties
  • [Added] Version number in the GUI and some important links to the footer

When it comes to the Layout of the result table You can only see properties from the Contract now. This might be changed to make properties from the Implementation optional later on or even make it configurable. Right now this change had to be done to handle missing properties.

1.0.0.0 (2012-11-11)

Initial release with the following features:

  • Querying for entities
  • Loading entity by id
  • Updating entity by modifying json
  • Deleting entity by id
  • Deleting enity by query
  • Inserting new entity(ies) by json
  • Regenerate indexes
  • Tabbed interface
  • Configurable Authorisation