Skip to content

Releases: jsreport/jsreport-version-control

1.6.2

Choose a tag to compare

@pofider pofider released this 06 Jan 21:38
  • fix comparing entities with helper __entityPath prop

1.6.1

Choose a tag to compare

@bjrmatos bjrmatos released this 04 Jan 22:59
  • fix update change detection when entity _id was modified
  • fix diff and getting local changes when the last commit contains entity update by _id

1.6.0

Choose a tag to compare

@bjrmatos bjrmatos released this 03 Dec 18:56
  • use google dif match to speed up calculating diffs

1.5.1

Choose a tag to compare

@bjrmatos bjrmatos released this 07 Sep 20:31
  • fix common tests

1.5.0

Choose a tag to compare

@pofider pofider released this 17 Jul 10:14
  • fixed strict access for admins only
  • don't use script callback for resolving entity paths

1.4.0

Choose a tag to compare

@bjrmatos bjrmatos released this 19 May 20:27
  • use document store transactions for version control operations
  • execute version control operations in script
  • improve the authorization checks for versions collection http api access (ODATA)
  • add checks to prevent executing version control operations multiple times
  • throw error when trying to insert commit with no changes
  • fix the download of big files

1.1.2

Choose a tag to compare

@pofider pofider released this 24 Sep 18:16
  • #4 fixed handling removal of big doc props
  • updated deps

1.1.1

Choose a tag to compare

@pofider pofider released this 09 Sep 10:02
  • skip diff for big files and all binary files

1.1.0

Choose a tag to compare

@pofider pofider released this 05 Sep 16:06

limit diff just for smaller files

1.0.6

Choose a tag to compare

@pofider pofider released this 29 Jul 08:10
  • fix passing req downstream to documentStore to make it available for listeners