LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

resources: the identity helper should allow to compare based on path #30

Closed x1B closed 9 years ago

x1B commented 9 years ago

Currently, resources can be compared automatically for identity using laxar_patterns.resources.isSame.

However, a comparison based on path is sometimes desirable (e.g. to check HAL style self-links).

We should allow to specify dot-separated attribute paths for this.

x1B commented 9 years ago

Merged into master (v1.0.0) and master-0.x (v0.19.0).