Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remult

Package Overview
Dependencies
Maintainers
1
Versions
616
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remult - npm Package Versions

1
62

0.27.16

Diff

Changelog

Source

[0.27.16] 2024-09-21

  • Added support for customFilter defined in base classes
noamhonig
published 0.27.15 •

noamhonig
published 0.27.14 •

Changelog

Source

[0.27.14] 2024-09-20

  • A few tweaks by @jycouet in https://github.com/remult/remult/pull/515
  • migrate to remult kit by @Yedidyar in https://github.com/remult/remult/pull/519
noamhonig
published 0.27.13 •

Changelog

Source

[0.27.13] 2024-09-16

  • fixed issue with null first and group by
  • fixed an error where from json returned a row that didn't have an id and could cause problems
  • fixed double init request in cases where withRemult accidentally wraps remult server
noamhonig
published 0.22.6-exp.2 •

noamhonig
published 0.27.12 •

Changelog

Source

[0.27.12] 2024-09-05

  • added $not to value comparison: {where:{id:{ $not:1 }}}} for improved readability
  • removed group option from aggregate
  • Added unique id validations to all databases
  • Verified that all databases add missing columns on ensureSchema
  • Removed the deprecated behavior where if no entities array was sent to remult server, all entities were served
  • Removed the deprecated web sql data provider, since no browsers support it - us the OpfsEntityDataProvider instead
  • Changed id signature in EntityOptions to also allow id:'code' & id:['company','code'] for compound id columns
  • Fix to remult admin
noamhonig
published 0.27.11 •

Changelog

Source

[0.27.11] 2024-09-04

  • Potential breaking change change the http status code of exceptions thrown in backend method from 500 to 400
noamhonig
published 0.27.10 •

Changelog

Source

[0.27.10] 2024-09-03

  • Fix for minor typing issue regarding field | null | undefined
noamhonig
published 0.27.9 •

Changelog

Source

[0.27.9] 2024-09-02

  • Fix for minor issue in knex
noamhonig
published 0.27.8 •

Changelog

Source

[0.27.8] 2024-09-02

  • More great improvements to remult admin by jycouet
  • Added groupBy & aggregate to Repository
    repo(Employee).groupBy({
      group: ['country', 'city'],
      sum: ['salary'],
      where: {
        salary: {
          $gt: 2000,
        },
      },
    })
    
    Checkout this example video
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc