Sha256: 55719ae82e30272c1815fd16e8ddbf81de286354bab84699e61113accd51780f

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

0.7.2
  * Also change methodArgs to functionArgs
0.7.1
  * Forgot to update this CHANGES file.     
0.7.0
  * Change configuration for custom functions to use :functionSymbol instead of :methodSymbol. Because, you know, they're
    module functions, not class methods. 
  * Split out marcspec stuff into multiple files (leader/control/variable fields).
0.6.0
  * Allow custom functions to return values for multiple solr fields at once; should help avoid duplication of work.
0.5.0
  * Allow solr field names to repeat in a spec set. This allows you to cumulatively add to a solr field based on "regular" 
    and custom (or, say, two custom) specs.
0.4.0
  * MAJOR BACKWARD-INCOMPATIBLE CHANGE!! The signature for custom routines is now def function(doc, record, my, args), where
  "doc" is a hashlike (usually a SolrDocument) that contains all the work that has happened up to this point. The idea is that you 
  can use previously-computed values to determine values for different fields. Use sparingly.
0.3.0
  * Changed behavior with respect to repeated subfields. A spec such as '260 ac' returns the values of the 'a' and
  'c' subfields concatenated together. A request for '631 z' would, similarly, return the values *of all the subfield
  z's* concatenated together. I'm now treating this as a special case. If the request is for a single subfield code,
  multiple values are returned separate from each other.
  
0.2.0
  * First public release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
marcspec-0.7.2 CHANGES