Skip to content

0.7.0

Compare
Choose a tag to compare
@xalaida xalaida released this 04 Jun 12:09
· 43 commits to master since this release
b4eaea7

Added

  • getStartPosition method to define from what number start counting models
  • shiftWithTimestamps method to update timestamps when shifting models
  • Experimental lockPositions method to disable database queries during insertions

Changed

  • Now timestamps will be preserved by default when shifting model positions
  • Method newPositionQuery now is public
  • Use SQL count method instead of max for calculating position at the end
  • Refactored using PositionObserver