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

@hammerstone/refine-stimulus

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hammerstone/refine-stimulus - npm Package Compare versions

Comparing version 2.6.4 to 2.6.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 2.6.5
* Add configuration option `date_gte_uses_bod` to include a whole day in the range when using a >= comparison
* Fix a bug rendering option conditions when options were defined as a Proc
* Add error handling for invalid stored filters
### 2.6.4

@@ -2,0 +6,0 @@ * Add `get_query!` method to raise an error on invalid filters

2

package.json
{
"name": "@hammerstone/refine-stimulus",
"version": "2.6.4",
"version": "2.6.5",
"description": "Refine is a flexible query builder for your apps. It lets your users filter down to exactly what they're looking for. Completely configured on the backend.",

@@ -5,0 +5,0 @@ "browserslist": [

@@ -312,13 +312,2 @@ ## How to integrate the refine filter

## Release
1. Publish the gem with a new version number
2. Copy the version number in package.json
3. run `yarn build`. This will prepare the different javascript outputs
4. run `yarn pack`. This will create a new `.tgz` file for the new version
5. run `yarn publish <tgz filename> --new-version <version number in package.json>`
6. remove the `*.tgz` file
## Bullet Train Installation

@@ -359,1 +348,24 @@ Add ruby gem

## Releasing New Versions
- Every release should update the gem and NPM package so version numbers stay in sync.
- Make sure to update the CHANGELOG with a note explaining what the new version does
- Make sure you have the [bump](https://rubygems.org/gems/bump) and [gemfury](https://rubygems.org/gems/gemfury) gems installed locally
### Releasing the Ruby Gem
```
bump patch (or bump minor, major, etc)
gem build
fury push *.gem --as=hammerstonedev
rm *.gem
```
### Releasing the NPM Package
1. Publish the gem with a new version number
2. Copy the version number in package.json
3. run `yarn build`. This will prepare the different javascript outputs
4. run `yarn pack`. This will create a new `.tgz` file for the new version
5. run `yarn publish <tgz filename> --new-version <version number in package.json>`
6. remove the `*.tgz` file
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